samuelayo / pusher_webrtc

Build a video call app using webRTC and Pusher for signalling
21 stars 28 forks source link

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

Open it-fm opened 5 years ago

it-fm commented 5 years ago

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

ahmedsaifreza commented 5 years ago

Same error here.

ghost commented 4 years ago

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

jayna456 commented 4 years ago

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