addTrack

abstract suspend fun addTrack(track: WebRtcMedia.Track): WebRtc.RtpSender(source)

Adds a media track to this connection.

Return

An RTP sender for the added track.

Parameters

track

The media track to add.