RTCRtcpFeedback Dictionary object

Specifies a supported RTP header extension. Headers to be supported in Edge include Absolute Send Time. The Absolute Send Time extension enables the absolute send time to be conveyed.

Syntax

dictionary RTCRtpHeaderExtension
{
        DOMString      kind;
        DOMString      uri;
        unsigned short preferredId;
        boolean        preferredEncrypt = false;
};

Standards information

Dictionary

MemberTypeDescription
kindDOMStringThe media supported by the header extension: "audio" for an audio codec, "video" for a video codec, or "" for both.
uriDOMStringThe URI of the RTP header extension
preferredIdunsigned shortThe preferred ID value that will go in the packet.
preferredEncryptbooleanIf true, it is preferred that the value in the header be encrypted. Set to false (unencrypted) by default.

 

See also

RTCRtpCapabilities Dictionary

 

 

Show: