mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
emit change when muting so our own video feed gets hidden in the view
This commit is contained in:
parent
9ab75e8ed4
commit
eea3830146
@ -143,6 +143,7 @@ export class GroupCall extends EventEmitter<{change: never}> {
|
||||
member.setMuted(this.localMuteSettings);
|
||||
}
|
||||
}
|
||||
this.emitChange();
|
||||
}
|
||||
|
||||
get muteSettings(): MuteSettings {
|
||||
|
Loading…
Reference in New Issue
Block a user