[webrtc-pc] Undefined RTCPeerConnectionState states (#2446)

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

== Undefined RTCPeerConnectionState states ==
There are combinations of transport states that don't apply to any of the states in the table. For example, if all transports are "connecting" except one that is "closed", there is no corresponding RTCPeerConnectionState (because for PC/"connecting" none of the transports can be "closed" and for PC/"closed" the PC has to be closed - what if one of the transports closed due to close() or due to a close_notify alert?).

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

Received on Wednesday, 22 January 2020 13:17:22 UTC