mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 21:54:55 -04:00
More basic functionality for voip calls (like hanging up)
This commit is contained in:
parent
ca7426eee0
commit
41d02ab674
3 changed files with 69 additions and 5 deletions
|
@ -59,7 +59,7 @@ angular.module('matrixPhoneService', [])
|
|||
console.trace("Got hangup for unknown call ID "+msg.call_id);
|
||||
return;
|
||||
}
|
||||
call.onHangup();
|
||||
call.onHangupReceived();
|
||||
matrixPhoneService.allCalls[msg.call_id] = undefined;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue