removeTrack

open suspend override fun removeTrack(track: WebRtcMedia.Track)(source)

Removes a track from this connection.

Parameters

track

The media track to remove.


open suspend override 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.