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