1
0
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:
Kegan Dougal
2015-07-14 16:23:31 +01:00
parent 8a41504cbb
commit 053a5b1bea
2 changed files with 6 additions and 6 deletions

View File

@@ -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];
}
}
}