set is dominant speaker flag to false after leaving jitsi conversation
This commit is contained in:
parent
0cce2a7ab8
commit
8cccc0f095
@ -242,6 +242,7 @@ class JitsiFactory {
|
||||
}
|
||||
|
||||
public destroy() {
|
||||
userIsJitsiDominantSpeakerStore.set(false);
|
||||
if (!this.jitsiApi) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user