- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Tue, 29 Jan 2019 14:25:47 +0000
- To: public-webrtc-logs@w3.org
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