On this page

Interface RTCRtpParameters

interface RTCRtpParameters {
    codecs: RTCRtpCodecParameters[];
    headerExtensions: RTCRtpHeaderExtensionParameters[];
    rtcp: RTCRtcpParameters;
}

Hierarchy (View Summary)

Index

Properties

Was this helpful?
SDK JS
Reference
RTCRtpParameters