We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e705c15 commit 23b32ecCopy full SHA for 23b32ec
.changeset/short-dingos-cry.md
src/room/RTCEngine.ts
@@ -455,7 +455,7 @@ export default class RTCEngine extends (EventEmitter as new () => TypedEventEmit
455
// on Safari, PeerConnection will switch to 'disconnected' during renegotiation
456
if (this.pcState === PCState.Connected || this.pcState === PCState.Reconnecting) {
457
this.pcState = PCState.Disconnected;
458
- this.fullReconnectOnNext = true;
+
459
this.handleDisconnect(
460
'peerconnection failed',
461
subscriberState === 'failed'
0 commit comments