- From: Robin Raymond <robin@hookflash.com>
- Date: Thu, 24 Apr 2014 23:00:23 -0400
- To: "public-ortc@w3.org" <public-ortc@w3.org>
- Message-ID: <5359CFC7.4080906@hookflash.com>
The current definition for:
headerExtensions of type sequence<DOMString>
URIs of supported RTP header extensions.
inside dictionary:
dictionary RTCRtpCapabilities {
sequence<RTCRtpCodec
<http://internaut.com:8080/%7Ebaboba/ortc/ortc-4-24-2014-revised.html#idl-def-RTCRtpCodec>>
audioCodecs
<http://internaut.com:8080/%7Ebaboba/ortc/ortc-4-24-2014-revised.html#widl-RTCRtpCapabilities-audioCodecs>;
sequence<RTCRtpCodec
<http://internaut.com:8080/%7Ebaboba/ortc/ortc-4-24-2014-revised.html#idl-def-RTCRtpCodec>>
videoCodecs
<http://internaut.com:8080/%7Ebaboba/ortc/ortc-4-24-2014-revised.html#widl-RTCRtpCapabilities-videoCodecs>;
sequence<DOMString> headerExtensions
<http://internaut.com:8080/%7Ebaboba/ortc/ortc-4-24-2014-revised.html#widl-RTCRtpCapabilities-headerExtensions>;
sequence<DOMString> features
<http://internaut.com:8080/%7Ebaboba/ortc/ortc-4-24-2014-revised.html#widl-RTCRtpCapabilities-features>;
};
The definition should mention the IANA registry for RTP header
extensions URIs so it's clear where those definitions come from...
-Robin
Received on Friday, 25 April 2014 03:00:53 UTC