Interface RTCRtpParameters

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

    Properties