diff --git a/.changeset/angry-colts-worry.md b/.changeset/angry-colts-worry.md new file mode 100644 index 000000000000..88598070bf2e --- /dev/null +++ b/.changeset/angry-colts-worry.md @@ -0,0 +1,5 @@ +--- +'@rocket.chat/meteor': patch +--- + +fixes an issue where videoconf calls could sometimes fail to ring an user after a temporary disconnection diff --git a/apps/meteor/client/lib/VideoConfManager.ts b/apps/meteor/client/lib/VideoConfManager.ts index 2fa07eba885f..4a624a78fef8 100644 --- a/apps/meteor/client/lib/VideoConfManager.ts +++ b/apps/meteor/client/lib/VideoConfManager.ts @@ -326,17 +326,16 @@ export const VideoConfManager = new (class VideoConfManager extends Emitter