mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 12:52:11 -04:00
Give basic feedback on the state of VoIP calls in the UI (manually adding to master having added to develop)
This commit is contained in:
parent
52203edbce
commit
8c36179d35
3 changed files with 6 additions and 3 deletions
|
@ -487,7 +487,5 @@ angular.module('RoomController', ['ngSanitize', 'mFileInput'])
|
|||
}
|
||||
|
||||
$scope.onCallHangup = function() {
|
||||
$scope.feedback = "Call ended";
|
||||
$scope.currentCall = undefined;
|
||||
}
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue