From 7bfa0200cdf9504b08f87626cca1410b8d08f5e5 Mon Sep 17 00:00:00 2001 From: "dionisio-bot[bot]" <117394943+dionisio-bot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:44:39 +0000 Subject: [PATCH] fix: videoconf ringer fails to accept calls after a logout/login (#34075) Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com> --- .changeset/strange-countries-carry.md | 5 +++++ apps/meteor/client/lib/VideoConfManager.ts | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/strange-countries-carry.md diff --git a/.changeset/strange-countries-carry.md b/.changeset/strange-countries-carry.md new file mode 100644 index 000000000000..519448591957 --- /dev/null +++ b/.changeset/strange-countries-carry.md @@ -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 diff --git a/apps/meteor/client/lib/VideoConfManager.ts b/apps/meteor/client/lib/VideoConfManager.ts index 7ae1c04db6df..277b552c9f37 100644 --- a/apps/meteor/client/lib/VideoConfManager.ts +++ b/apps/meteor/client/lib/VideoConfManager.ts @@ -468,6 +468,7 @@ export const VideoConfManager = new (class VideoConfManager extends Emitter