- From: Cullen Jennings (fluffy) <fluffy@cisco.com>
- Date: Thu, 30 Jan 2014 14:13:56 +0000
- To: Roman Shpount <roman@telurix.com>
- CC: "public-webrtc@w3.org" <public-webrtc@w3.org>
good catch - thanks. Fixed in next version. On Jan 27, 2014, at 8:59 PM, Roman Shpount <roman@telurix.com> wrote: > 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() method, or the default value of 50 ms ifinsertDTMF() 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 Thursday, 30 January 2014 14:14:29 UTC