Skip to content

Commit

Permalink
fix: videoconf ringer fails to accept calls after a logout/login (#34068
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pierre-lehnen-rc authored Nov 27, 2024
1 parent 3afcb8d commit fd44a8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-countries-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

fixed an issue that caused the conference call ringer to fail to accept calls if the user logged out and in again
1 change: 1 addition & 0 deletions apps/meteor/client/lib/VideoConfManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ export const VideoConfManager = new (class VideoConfManager extends Emitter<Vide
clearTimeout(call.acceptTimeout);
}
});
this.userId = undefined;
this.incomingDirectCalls.clear();
this.dismissedCalls.clear();
this.currentCallData = undefined;
Expand Down

0 comments on commit fd44a8b

Please sign in to comment.