mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix glare
This commit is contained in:
parent
cd8e7e3076
commit
f2758f9ce5
@ -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 () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user