Re: [webrtc-pc] What happen to RTCDtlsTransport during ICE restart?

@fippo It makes sense that the changes would become visible after SRD.  However, exactly what happens is not well specified at present.  For example, does the old RTCDtlsTransport.state transition to "closed"?  Is there a new RTCDtlsTransport created in the "new" state?  Does the onstatechange EventHandler for the old RTCDtlsTransport get moved to the new RTCDtlsTransport automagically, or does the application somehow need to figure out that the RTCDtlsTransport has changed and set the EventHandler itself? 

And lastly:  will any implementers actually handle this corner case??

b. 

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

Received on Sunday, 18 June 2017 02:16:12 UTC