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

Section 4.4.2 states that `iceGatheringState` transitions to `gathering` if "Any of the `RTCIceTransport`s are in the gathering state."  So the transition will occur when an `RTCIceTransport` object is created and is in the gathering state.  This is not affected by the presence or absence of an SCTP transport, since the SCTP transport runs over the ICE transport. 

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

Received on Tuesday, 13 June 2017 16:47:44 UTC