RtpSender

interface RtpSender(source)

Interface for sending RTP media.

See also

Inheritors

Properties

Link copied to clipboard
abstract val dtmf: WebRtc.DtmfSender?

The DTMF sender associated with this RTP sender.

Link copied to clipboard
abstract val track: WebRtcMedia.Track?

The media track being sent.

Functions

Link copied to clipboard
fun WebRtc.RtpSender.getNative(): RtpSender

Returns implementation of the rtp sender that is used under the hood. Use it with caution.

fun WebRtc.RtpSender.getNative(): RTCRtpSender

Returns implementation of the rtp sender that is used under the hood. Use it with caution.

Link copied to clipboard
abstract suspend fun getParameters(): WebRtc.RtpParameters
Link copied to clipboard
abstract suspend fun replaceTrack(withTrack: WebRtcMedia.Track?)
Link copied to clipboard
abstract suspend fun setParameters(parameters: WebRtc.RtpParameters)