RTCRtpSender

sealed external class RTCRtpSender(source)

Provides the ability to control and obtain details about how a particular MediaStreamTrack is encoded and sent to a remote peer.

MDN Reference

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun setParameters(parameters: RTCRtpSendParameters, setParameterOptions: RTCSetParameterOptions = definedExternally)
Link copied to clipboard
fun setParametersAsync(parameters: RTCRtpSendParameters, setParameterOptions: RTCSetParameterOptions = definedExternally): Promise<Void>
Link copied to clipboard