[webrtc-pc] Pull Request: Fix RTCPeerConnectionState references to dependent states

henbos has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== Fix RTCPeerConnectionState references to dependent states ==
Fixes #2421.

While fixing this, I discovered and filed #2446, but this PR does not intent to change any definitions, only fix inconsistent references - e.g. RTCIceTransportState has "checking" but not "connecting" and RTCDtlsTransportState has "connecting" but not "checking", so we should not say that 'all RTCIceTransports are "new", "checking" or "connecting"' etc.

See https://github.com/w3c/webrtc-pc/pull/2447

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