Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |