1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Emit in removeCallForRoom()

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-04-28 10:31:49 +02:00
parent 8d014b7fa2
commit 9a16fcb6fc

View File

@@ -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() {