[webrtc-pc] setLocal and setRemote wrong

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

== setLocal and setRemote wrong ==
In [subsection 4.3.1 RTCSignalingState Enum](https://www.w3.org/TR/webrtc/#rtcsignalingstate-enum) you write:

> Caller transition:
>
>        new RTCPeerConnection(): stable
>        setLocal(offer): have-local-offer
>        setRemote(pranswer): have-remote-pranswer
>        setRemote(answer): stable
>
> Callee transition:
>
>        new RTCPeerConnection(): stable
>        setRemote(offer): have-remote-offer
>        setLocal(pranswer): have-local-pranswer
>        setLocal(answer): stable



`setLocal` must be `setLocalDescription` and `setRemote` must be `setRemoteDescription`.
The same goes for the Figure in the same subsection.

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

Received on Wednesday, 1 August 2018 15:54:22 UTC