mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Emit in removeCallForRoom()
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
8d014b7fa2
commit
9a16fcb6fc
1 changed files with 1 additions and 0 deletions
|
@ -552,6 +552,7 @@ export default class CallHandler extends EventEmitter {
|
|||
|
||||
private removeCallForRoom(roomId: string) {
|
||||
this.calls.delete(roomId);
|
||||
this.emit(CallHandlerEvent.CallsChanged, this.calls);
|
||||
}
|
||||
|
||||
private showICEFallbackPrompt() {
|
||||
|
|
Loading…
Reference in a new issue