Re: [webrtc-pc] iceConnectionState, selectedCandidatePair and races in Chrome Canary (#2088)

Media packets can only flow once DTLS is connected (you don't have keys for encryption/decryption otherwise) so 
```
    await onIceConnectionStateCompleted(caller);
```
should wait for the connectionState, not for iceConnectionState.

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

Received on Tuesday, 29 January 2019 14:25:48 UTC