Remote Video Track
class RemoteVideoTrack(name: String, val rtcTrack: VideoTrack, val autoManageVideo: Boolean = false, @Named(value = "dispatcher_default" ) dispatcher: CoroutineDispatcher, receiver: RtpReceiver) : VideoTrack
Properties
Functions
Link copied to clipboard
If autoManageVideo
is enabled, a VideoSinkVisibility should be passed, using ViewVisibility if using a traditional View layout, or ComposeVisibility if using Jetpack Compose.
Link copied to clipboard
Return the RTCStatsReport for this track, or null if none is available.
Calls the callback with the RTCStatsReport for this track, or null if none is available.
Link copied to clipboard
Remove a previously added VideoSink.