Re: [webrtc-pc] When ICE restarts results in connection a new endpoint

@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 RTCDtlsTransport remain the same and make an (odd) transition back to "new"? 

Or does the old RTCDtlsTransport.state transition to "closed", along with a new RTCDtlsTransport created in the "new" state?  If so, 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? 

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

Received on Sunday, 18 June 2017 02:21:29 UTC