Fix glare

pull/21833/head
David Baker 2021-09-02 18:41:26 +01:00
parent cd8e7e3076
commit f2758f9ce5
1 changed files with 2 additions and 1 deletions

View File

@ -485,8 +485,9 @@ export default class CallHandler extends EventEmitter {
this.pause(AudioID.Ringback);
}
this.removeCallForRoom(mappedRoomId);
this.addCallForRoom(mappedRoomId, newCall);
this.setCallListeners(call);
this.setCallListeners(newCall);
this.setCallState(newCall, newCall.state);
});
call.on(CallEvent.AssertedIdentityChanged, async () => {