RTCRtcpFeedback Dictionary object
Configures a header extension.
Syntax
dictionary RTCRtpHeaderExtensionParameters
{
DOMString uri;
unsigned short id;
boolean encrypt = false;
};
Standards information
Dictionary
Member | Type | Description |
---|---|---|
uri | DOMString | The URI of the RTP header extension. |
id | unsigned short | The value that goes in the packet. |
encrypt | boolean | If true , the value in the header is encrypted. Set by default to false . |