- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Mon, 22 Apr 2019 08:09:55 +0000
- To: public-webrtc-logs@w3.org
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