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
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

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