Skip to content

Commit

Permalink
Fix dynacast can't work after full reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
cnderrauber committed Dec 15, 2023
1 parent 85988c5 commit 111a5ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-mugs-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'livekit-client': patch
---

Fix dynacast can't work after full reconnect
3 changes: 0 additions & 3 deletions src/api/SignalClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,8 @@ export class SignalClient {
this.onAnswer = undefined;
this.onLeave = undefined;
this.onLocalTrackPublished = undefined;
this.onLocalTrackUnpublished = undefined;
this.onNegotiateRequested = undefined;
this.onOffer = undefined;
this.onRemoteMuteChanged = undefined;
this.onSubscribedQualityUpdate = undefined;
this.onTokenRefresh = undefined;
this.onTrickle = undefined;
this.onClose = undefined;
Expand Down

0 comments on commit 111a5ed

Please sign in to comment.