mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 20:55:00 -04:00
few fixes for errors in glare conditions. still seem to end up with no audio if both calls are placed at the same time.
This commit is contained in:
parent
1e05e30472
commit
a059ca6915
2 changed files with 4 additions and 5 deletions
|
@ -147,7 +147,7 @@ angular.module('MatrixWebClientController', ['matrixService', 'mPresence', 'even
|
|||
});
|
||||
|
||||
$rootScope.$on(matrixPhoneService.REPLACED_CALL_EVENT, function(ngEvent, oldCall, newCall) {
|
||||
console.log("call ID "+oldCall+" has been replaced by call ID "+newCall+"!");
|
||||
console.log("call ID "+oldCall.call_id+" has been replaced by call ID "+newCall.call_id+"!");
|
||||
newCall.onError = $scope.onCallError;
|
||||
newCall.onHangup = $scope.onCallHangup;
|
||||
$rootScope.currentCall = newCall;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue