Re: [webrtc-pc] Describe how ICE restarts affect the RTCIceTransportState.

Something to point out is that is that this bends the definition of `disconnected` slightly, such that an ICE restart will cause a transition from `disconnected` to `checking`, effectively forgetting "there was a previous connection that was lost". It seems sensible to have a state transition to indicate that new connectivity checks have begun, and this is what Chrome has historically done.

If reviewers prefer, I can remove that caveat, meaning the state would stay `disconnected` until transitioning to `connected` or `failed`.

-- 
GitHub Notification of comment by taylor-b
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1815#issuecomment-375190968 using your GitHub account

Received on Thursday, 22 March 2018 06:11:17 UTC