- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Fri, 10 Aug 2018 22:37:15 +0000
- To: public-webrtc-logs@w3.org
@steveanton Within the `RTCIceTransport` object, we have `RTCIceGathererState` `gatheringState` to express the gathering state of an individual `RTCIceTransport`, and an `ongatheringstatechange` EventHandler for when the state changes. Within the `RTCPeerConnection` we have `RTCIceGatheringState` `iceGatheringState` which represents the aggregate gathering state, and an `onicegatheringstatechange` EventHandler for when the state changes. While the enum values are the same, the meanings are different . In ORTC's `RTCIceGatherer`, we have `RTCIceGathererState` `state` and an `onstatechange` EventHandler. -- GitHub Notification of comment by aboba Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1959#issuecomment-412224141 using your GitHub account
Received on Friday, 10 August 2018 22:37:21 UTC