decentraland / comms-v3

0 stars 0 forks source link

Investigate LiveKit - InvalidStateError #51

Open pedrotambo opened 1 year ago

pedrotambo commented 1 year ago

Investigate LiveKit - InvalidStateError error reported in rollbar: (livekit) InvalidStateError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp: Called in wrong state: stable

There are multiple reasons why this error can happen. It could be the kernel trying to set a RTCPeerConnection when it is already set, or a bug in comms itsel. Needs to be investigated deeper.