[webrtc-pc] ongatheringstatechange references wrong ICE gathering state (#2825)

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

== ongatheringstatechange references wrong ICE gathering state ==
RTCIceTransport's [ongatheringstatechange](https://w3c.github.io/webrtc-pc/#dom-rtcicetransport-ongatheringstatechange) accidentally references the RTCPeerConnection's [ICE gathering state](https://w3c.github.io/webrtc-pc/#dfn-ice-gathering-state), calling it "RTCIceTransport's".

A while back, we converted most state to internal slots, except these four: signaling state, connection state, ice gathering state, and ICE connection state.

It'd be nice to finish this cleanup, to avoid further accidents of this kind.

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


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

Received on Monday, 13 February 2023 20:54:15 UTC