Member Junction
    Preparing search index...
    BridgeMediaTrackKind:
        | "audio-in"
        | "audio-out"
        | "video-in"
        | "video-out"
        | "screen-in"
        | "screen-out"

    The kind and direction of a single media track on a bridge.

    Direction is from the agent's point of view:

    • *-in tracks flow FROM the external endpoint TO the agent (routed to IRealtimeSession.SendInput).
    • *-out tracks flow FROM the agent TO the external endpoint (fed from IRealtimeSession.OnOutput).

    Each kind is gated by the matching directional flag in IBridgeProviderFeatures (AudioIn/AudioOut, VideoIn/VideoOut, ScreenIn/ScreenOut).