Give basic feedback on the state of VoIP calls in the UI.

This commit is contained in:
David Baker 2014-08-29 18:01:01 +01:00
parent 26766c22eb
commit 490f142d73
3 changed files with 6 additions and 3 deletions

View file

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