You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-18 05:42:00 +03:00
Make inbound calls work.
This commit is contained in:
@@ -1495,7 +1495,7 @@ function setupCallEventHandler(client) {
|
||||
else {
|
||||
if (call.state !== 'ended') {
|
||||
call._onHangupReceived(content);
|
||||
client.callList[content.call_id] = undefined; // delete the call
|
||||
delete client.callList[content.call_id];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user