Re: [webrtc-pc] iceGatheringState on connection with data channel only before setRemoteDescription(answer) is set

Got it then. So the conclusion is that browser implementations are allowed to keep an internal list of `RTCIceTransport`s, possibly through the implementation specific ICE agent, and compute states based on that list.

So we just have to fix #1306 to clarify that `RTCIceGatheringState` value is derived from given internal list.

I encountered this issue when testing for the correctness of `RTCIceGatheringState` values in w3c/web-platform-tests#6224. Will mark the relevant sections as non-testable then.


-- 
GitHub Notification of comment by soareschen
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1382#issuecomment-308305907 using your GitHub account

Received on Wednesday, 14 June 2017 02:59:22 UTC