Answers for "Whoops! Error: DOMException: Failed to execute 'addIceCandidate' on 'RTCPeerConnection': Error processing ICE candidate"

0

Whoops! Error: DOMException: Failed to execute 'addIceCandidate' on 'RTCPeerConnection': Error processing ICE candidate

if(!peerConnection || !peerConnection.remoteDescription.type){
    //push candidate onto queue...
}
Posted by: Guest on April-11-2020

Code answers related to "Whoops! Error: DOMException: Failed to execute 'addIceCandidate' on 'RTCPeerConnection': Error processing ICE candidate"

Browse Popular Code Answers by Language