- From: Iñaki Baz Castillo via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Jun 2017 16:57:44 +0000
- To: public-webrtc-logs@w3.org
> Do the DTLS connection get transparently switch over to the new candidate pair? Sure, otherwise this would not be "ICE restart". > Do existing connections such as data channel and transceiver get interrupted? No. RTP packets may be lost during the transition, but SCTP protocol will ensure that datachannel packets are not lost. > After restart, do the transport attribute of RTCDtlsTransport get switched to a new RTCIceTransport? I'm not sure whether performing ICE restart means dropping the previous `RTCIceTransport` and replacing it with a new one. If so, `RTCDtlsTransport.transport` should point to the new one. -- GitHub Notification of comment by ibc Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1357#issuecomment-307164195 using your GitHub account
Received on Thursday, 8 June 2017 16:57:51 UTC