pusher_webrtc icon indicating copy to clipboard operation
pusher_webrtc copied to clipboard

Uncaught (in promise) DOMException: Failed to execute 'addIceCandidate' on 'RTCPeerConnection': Error processing ICE candidate

Open it-fm opened this issue 6 years ago • 3 comments

I have the following error while answering the call in chrome linux

Uncaught (in promise) DOMException: Failed to execute 'addIceCandidate' on 'RTCPeerConnection': Error processing ICE candidate

it-fm avatar Feb 15 '19 02:02 it-fm

Same error here.

ahmedsaifreza avatar Apr 01 '19 14:04 ahmedsaifreza

Hi, move var sessionDesc = new RTCSessionDescription(msg.sdp); and caller.setRemoteDescription(sessionDesc); before: console.log("sdp received"); Good Luck:)

ghost avatar Feb 23 '20 16:02 ghost

@nass1988, Can you show more code? Because from this it is not getting cleared!!

jayna456 avatar Aug 07 '20 07:08 jayna456