You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Get tbe transfer target / transferee the right way around
and also switch to the transfer target's room when we call them
This commit is contained in:
@@ -643,7 +643,7 @@ export default class CallHandler {
|
||||
|
||||
this.calls.set(roomId, call);
|
||||
if (transferee) {
|
||||
this.transferees[transferee.callId] = call;
|
||||
this.transferees[call.callId] = transferee;
|
||||
}
|
||||
|
||||
this.setCallListeners(call);
|
||||
|
||||
Reference in New Issue
Block a user