[webrtc-pc] https://w3c.github.io/webrtc-pc/#rtcpeerconnectionstate-enum should handle new state (#2678)

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

== https://w3c.github.io/webrtc-pc/#rtcpeerconnectionstate-enum should handle new state ==
ice connection state is checking in the following case:
None of the previous states apply and any RTCIceTransports are in the "new" or "checking" state.

peer connection state is connecting in the following case:
None of the previous states apply and any RTCIceTransport is in the "checking" state or any RTCDtlsTransport is in the "connecting" state.

In case RTCIceTransport A and B are new and checking, ice connection state will be checking but connection state will be undefined. It should probably be connecting in that case.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 16 September 2021 14:26:39 UTC