- From: Steve Anton via GitHub <sysbot+gh@w3.org>
- Date: Fri, 10 Aug 2018 17:39:35 +0000
- To: public-webrtc@w3.org
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