removeTrack

abstract suspend fun removeTrack(sender: WebRtc.RtpSender)(source)

Removes a track from this connection using its RTP sender.

Parameters

sender

The RTP sender for the track to remove.


abstract suspend fun removeTrack(track: WebRtcMedia.Track)(source)

Removes a track from this connection.

Parameters

track

The media track to remove.