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

I think this highly depends on when the dtls transport changes from new to connecting. See the definition [here](https://w3c.github.io/webrtc-pc/#dom-rtcdtlstransportstate)
If it starts the process of negotiating at the same time as the ice transport this can not happen.
If it waits for the ice transport to finish and only moves to connecting once the first dtls hello is sent/received then this situation can happen.

@pthatcherg did i forget something? I lost the hand-written note unfortunately :-)

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

Received on Thursday, 22 November 2018 12:17:33 UTC