forked from mystiq/hydrogen-web
emit change when muting so our own video feed gets hidden in the view
This commit is contained in:
parent
9ab75e8ed4
commit
eea3830146
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ export class GroupCall extends EventEmitter<{change: never}> {
|
|||
member.setMuted(this.localMuteSettings);
|
||||
}
|
||||
}
|
||||
this.emitChange();
|
||||
}
|
||||
|
||||
get muteSettings(): MuteSettings {
|
||||
|
|
Loading…
Reference in a new issue