also some some other errors that seem to go uncaug...
# helpdesk
w
also some some other errors that seem to go uncaught ---
OperationError: Failed to execute 'addIceCandidate' on 'RTCPeerConnection': Error processing ICE candidate
this seems to be happening in
client-sdk-js/src/room/RTCEngine.ts
on line 115. I'm not sure if we're supposed to expect this to retry or not but the exception went uncaught ---
InvalidStateError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp: Called in wrong state: stable
I've seen this a couple times. Looks like it could be happening on either line 106 or line 121 in the
src/room/RTCEngine.ts
file