- From: Jan-Ivar Bruaroey <jib@mozilla.com>
- Date: Mon, 05 Aug 2013 12:44:00 -0400
- To: public-webrtc@w3.org
Received on Monday, 5 August 2013 16:44:41 UTC
Just wanted to point out a typo here: http://dev.w3.org/2011/webrtc/editor/webrtc.html#widl-RTCPeerConnection-onsignalingstatechange > onsignalingstatechange of type EventHandler, > This event handler, of event handler event type > signalingstatechange, MUST be supported by all objects implementing > the RTCPeerConnection interface. It is called any time the readyState > changes, i.e., from a call to setLocalDescription, a call to > setRemoteDescription, or code. It does not fire for the initial state > change into new. s/readyState/signalingstate/ readyState was the old name. Not to be confused with RTCDataChannel.readyState or MediaStreamTrack.readyState (e.g. all other references to readyState in this doc). .: Jan-Ivar :.
Received on Monday, 5 August 2013 16:44:41 UTC