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:
David Baker 2014-08-29 18:11:20 +01:00
parent 52203edbce
commit 8c36179d35
3 changed files with 6 additions and 3 deletions

View file

@ -487,7 +487,5 @@ angular.module('RoomController', ['ngSanitize', 'mFileInput'])
}
$scope.onCallHangup = function() {
$scope.feedback = "Call ended";
$scope.currentCall = undefined;
}
}]);