Remote Video Track
class RemoteVideoTrack @AssistedInject constructor(@Assisted name: String, @Assisted val rtcTrack: VideoTrack, @Assisted val autoManageVideo: Boolean = false, @Named(value = "dispatcher_default" ) dispatcher: CoroutineDispatcher, @Assisted receiver: RtpReceiver, val rtcThreadToken: RTCThreadToken) : 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.