clever-kite-90169
01/29/2021, 7:56 AMclever-kite-90169
01/29/2021, 7:56 AMdry-elephant-14928
01/29/2021, 7:57 AMdry-elephant-14928
01/29/2021, 7:57 AMdry-elephant-14928
01/29/2021, 7:57 AMwonderful-manchester-12533
01/29/2021, 6:15 PMwonderful-manchester-12533
01/29/2021, 6:16 PMOperationError: 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
filewonderful-manchester-12533
01/29/2021, 6:17 PMdry-elephant-14928
01/29/2021, 6:29 PMdry-elephant-14928
01/29/2021, 6:30 PMFailed to execute 'setRemoteDescription'
dry-elephant-14928
01/29/2021, 6:30 PMdry-elephant-14928
01/29/2021, 6:30 PMwonderful-manchester-12533
01/29/2021, 6:30 PMconnect
twice? How could the sdp reach state stable
?wonderful-manchester-12533
01/29/2021, 6:30 PMwonderful-manchester-12533
01/29/2021, 6:31 PMdry-elephant-14928
01/29/2021, 6:31 PMdry-elephant-14928
01/29/2021, 6:33 PMdry-elephant-14928
01/29/2021, 6:33 PMwonderful-manchester-12533
01/29/2021, 6:34 PMwonderful-manchester-12533
01/29/2021, 6:34 PMTrackSubscribed
didn't fire consistently but we were eventually able to sync upwonderful-manchester-12533
01/29/2021, 6:34 PMwonderful-manchester-12533
01/29/2021, 6:34 PMdry-elephant-14928
01/29/2021, 6:41 PMdry-elephant-14928
01/29/2021, 6:41 PMwonderful-manchester-12533
01/29/2021, 6:43 PMwonderful-manchester-12533
01/29/2021, 6:51 PMunpublishTracks(
tracks: LocalTrack[] | MediaStreamTrack[]
): LocalTrackPublication[] {
const publications: LocalTrackPublication[] = [];
tracks.forEach((track: LocalTrack | MediaStreamTrack) => {
const pub = this.unpublishTrack(track);
if (pub) {
publications.push(pub);
}
});
return publications;
}
wonderful-manchester-12533
01/29/2021, 6:51 PMsrc/room/participant/LocalParticipant.ts
dry-elephant-14928
01/29/2021, 6:52 PMdry-elephant-14928
01/29/2021, 6:52 PMwonderful-manchester-12533
01/29/2021, 6:52 PM