JsRtpParameters

class JsRtpParameters(nativeRtpParameters: RTCRtpSendParameters) : WebRtc.RtpParameters(source)

Wrapper for RTCRtpSendParameters.

Constructors

Link copied to clipboard
constructor(nativeRtpParameters: RTCRtpSendParameters)

Properties

Link copied to clipboard
open override val codecs: Iterable<RTCRtpCodecParameters>
Link copied to clipboard
Link copied to clipboard
open override val encodings: Iterable<RTCRtpEncodingParameters>
Link copied to clipboard
Link copied to clipboard
open override val rtcp: RTCRtcpParameters
Link copied to clipboard
open override val transactionId: String

Functions

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

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

fun WebRtc.RtpParameters.getNative(): RTCRtpSendParameters

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