- From: Roman Shpount <roman@telurix.com>
- Date: Mon, 27 Jan 2014 22:59:53 -0500
- To: "Cullen Jennings (fluffy)" <fluffy@cisco.com>
- Cc: "public-webrtc@w3.org" <public-webrtc@w3.org>
- Message-ID: <CAD5OKxu7EJ7Wx2b1m2zepB9E29OQRPyNorrALVwYHsJDZs3LeA@mail.gmail.com>
Small nit: In section 6.2.1 interToneGap of type long, readonly The interToneGap attribute must return the current value of the between-tone gap. This value will be the value last set via the insertDTMF()<http://dev.w3.org/2011/webrtc/editor/archives/20140127/webrtc.html#dom-RTCDTMFSender-insertDTMF> method, or the default value of 50 ms ifinsertDTMF()<http://dev.w3.org/2011/webrtc/editor/archives/20140127/webrtc.html#dom-RTCDTMFSender-insertDTMF> was called without specifying the interToneGap. Should be: "the default value of *70* ms ifinsertDTMF() was called without specifying the interToneGap" _____________ Roman Shpount On Mon, Jan 27, 2014 at 9:24 PM, Cullen Jennings (fluffy) <fluffy@cisco.com>wrote: > > Hi > > A new version of the editor's draft is available. > > Dated version: > http://dev.w3.org/2011/webrtc/editor/archives/20140127/webrtc.html > > Changes include: > > • Make RTCPeerConnection close method be idempotent. > • Clarified ICE server configuration could contain URI types other > than STUN and TURN. > • Changed the DTMF timing values. > • Allow offerToReceiveAudio/video indicate number of streams to > offer. > • ACTION-98: Added text about clamping of maxRetransmitTime and > maxRetransmits. > • ACTION-88: Removed nullable types from dictionaries (added > attribute default values for attributes that would be left uninitialized > without the init dictionary present. > • InvalidMediaStreamTrackError changed to InvalidParameter. > • Fire NetworkError when the data transport is closed with an > error. > • Add an exception for data channel with trying to use existing > code. > • Change maxRetransmits to be an unsigned type. > • Clarify state changes when ICE restarts. > • Added InvalidStateError exception for operations on a > RTCPeerConnection that is closed. > • Major changes to Identity Proxy section. > • (ACTION: 95) Moved IceTransports (constraint) to > RTCConfiguration dictionary. > • (ACTION: 95) Introduced RTCOfferAnswerOptions and > RTCOfferOptions dictionaries. > • (ACTION: 95) Removed constraints argument from addStream() (and > removed IANA Constraints section). > • Added validation of the RTCConfiguration dictionary argument(s). > • Added getConfiguration() on RTCPeerConnection. > > Please review and provide feedback. > > Cullen (for the editors) > > > >
Received on Tuesday, 28 January 2014 04:00:23 UTC