[webrtc-pc] currentLocalDescription: incongruous explanation

mparis has just created a new issue for 
https://github.com/w3c/webrtc-pc:

== currentLocalDescription: incongruous explanation ==
Hello,
if I am not wrong, the currentLocalDescription is the last updated by 
setLocalDescription and NOT the one that _was successfully negotiated_
 because you can have it without having negotiated with the other 
peer, isn't it?

See this paragraph:
The currentLocalDescription attribute represents the local 
RTCSessionDescription that was successfully negotiated the last time 
theRTCPeerConnection transitioned into the stable state plus any local
 candidates that have been generated by the ICE Agent since the offer 
or answer was created. This attribute is updated by 
setLocalDescription(). [1]

Refs
[1] 
http://w3c.github.io/webrtc-pc/#widl-RTCPeerConnection-currentLocalDescription

Please view or discuss this issue at 
https://github.com/w3c/webrtc-pc/issues/584 using your GitHub account

Received on Friday, 15 April 2016 09:43:03 UTC