Re: [webrtc-pc] No procedure for the ICE failed state (#2004)

If the SCTP association fails, then `RTCSctpTransport.state` will transition to `closed` and a `statechange` event will be fired.  I would also expect a `close` event to fire on the `RTCDataChannel`.  If the ICE restart subsequently succeeds, then it would be necessary to establish another SCTP association and bring up another data channel.  

Would calling `pc.createDataChannel()` cause that to happen? 

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

Received on Monday, 22 April 2019 08:09:56 UTC