The kind and direction of a single media track on a bridge.
Direction is from the agent's point of view:
*-in
IRealtimeSession.SendInput
*-out
IRealtimeSession.OnOutput
Each kind is gated by the matching directional flag in IBridgeProviderFeatures (AudioIn/AudioOut, VideoIn/VideoOut, ScreenIn/ScreenOut).
IBridgeProviderFeatures
AudioIn
AudioOut
VideoIn
VideoOut
ScreenIn
ScreenOut
The kind and direction of a single media track on a bridge.
Direction is from the agent's point of view:
*-intracks flow FROM the external endpoint TO the agent (routed toIRealtimeSession.SendInput).*-outtracks flow FROM the agent TO the external endpoint (fed fromIRealtimeSession.OnOutput).Each kind is gated by the matching directional flag in
IBridgeProviderFeatures(AudioIn/AudioOut,VideoIn/VideoOut,ScreenIn/ScreenOut).