[webrtc-pc] Gatherer state vs gathering state

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

== Gatherer state vs gathering state ==
The RTCIceTransport has an attribute `gatheringState` of type `RTCIceGathererState`. It also fires an event of type `icegatheringstatechange`.

Would it make sense to use the same name for the enum and the attribute/event type?

Proposal:
* Change `gatheringState` to `gathererState`
* Change `icegatheringstatechange` to `icegathererstatechange` (and associated event handler attribute)

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

Received on Friday, 10 August 2018 17:39:38 UTC