set is dominant speaker flag to false after leaving jitsi conversation

This commit is contained in:
Piotr 'pwh' Hanusiak 2022-04-06 16:01:25 +02:00 committed by David Négrier
parent 0cce2a7ab8
commit 8cccc0f095

View File

@ -242,6 +242,7 @@ class JitsiFactory {
} }
public destroy() { public destroy() {
userIsJitsiDominantSpeakerStore.set(false);
if (!this.jitsiApi) { if (!this.jitsiApi) {
return; return;
} }