RTCRtcpFeedback Dictionary object

Configures a header extension.

Syntax

    dictionary RTCRtpHeaderExtensionParameters
{
        DOMString      uri;
        unsigned short id;
        boolean        encrypt = false;
};

Standards information

Dictionary

MemberTypeDescription
uriDOMStringThe URI of the RTP header extension.
idunsigned shortThe value that goes in the packet.
encryptbooleanIf true, the value in the header is encrypted. Set by default to false.

 

See also

RTCRtpParameters Dictionary

 

 

Show: