emit change when muting so our own video feed gets hidden in the view

This commit is contained in:
Bruno Windels 2022-04-26 16:18:49 +02:00
parent 9ab75e8ed4
commit eea3830146
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ export class GroupCall extends EventEmitter<{change: never}> {
member.setMuted(this.localMuteSettings);
}
}
this.emitChange();
}
get muteSettings(): MuteSettings {