Fix glare
This commit is contained in:
parent
cd8e7e3076
commit
f2758f9ce5
1 changed files with 2 additions and 1 deletions
|
@ -485,8 +485,9 @@ export default class CallHandler extends EventEmitter {
|
||||||
this.pause(AudioID.Ringback);
|
this.pause(AudioID.Ringback);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.removeCallForRoom(mappedRoomId);
|
||||||
this.addCallForRoom(mappedRoomId, newCall);
|
this.addCallForRoom(mappedRoomId, newCall);
|
||||||
this.setCallListeners(call);
|
this.setCallListeners(newCall);
|
||||||
this.setCallState(newCall, newCall.state);
|
this.setCallState(newCall, newCall.state);
|
||||||
});
|
});
|
||||||
call.on(CallEvent.AssertedIdentityChanged, async () => {
|
call.on(CallEvent.AssertedIdentityChanged, async () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue