Re: [webrtc-pc] Partially connected peerconnection might have "new" connectionstate. (#2031)

My interpretation of https://w3c.github.io/webrtc-pc/#dom-rtcdtlstransportstate is that it's "new" until it sends the ClientHello / receives the ClientHello, and remains in "connecting" until the Finished message is received. (RFC 5246 section 7).
If this is true, the question becomes "is it possible that sending ClientHello can be delayed until after the ICE Transport is "connected"?
of course, if you don't have a buffer to store the ClientHello in while you wait for ICE to become connected, the answer is trivially "yes".




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

Received on Thursday, 22 November 2018 14:58:07 UTC