diff --git a/front/src/WebRtc/JitsiFactory.ts b/front/src/WebRtc/JitsiFactory.ts index 002452ea..885f6971 100644 --- a/front/src/WebRtc/JitsiFactory.ts +++ b/front/src/WebRtc/JitsiFactory.ts @@ -242,6 +242,7 @@ class JitsiFactory { } public destroy() { + userIsJitsiDominantSpeakerStore.set(false); if (!this.jitsiApi) { return; }