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

Hierarchy (view full)

Properties

Generated using TypeDoc