diff options
author | David Baker <dbkr@matrix.org> | 2014-08-29 18:01:01 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-08-29 18:01:01 +0100 |
commit | 490f142d739c7dd30c4ca8e262af5f84c577ebbe (patch) | |
tree | 9878cc9bd121adabd4cbcf2160d306eefda90ea6 /webclient/room/room-controller.js | |
parent | todo (diff) | |
download | synapse-490f142d739c7dd30c4ca8e262af5f84c577ebbe.tar.xz |
Give basic feedback on the state of VoIP calls in the UI.
Diffstat (limited to 'webclient/room/room-controller.js')
-rw-r--r-- | webclient/room/room-controller.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webclient/room/room-controller.js b/webclient/room/room-controller.js index c745ce945b..75adf259cf 100644 --- a/webclient/room/room-controller.js +++ b/webclient/room/room-controller.js @@ -471,7 +471,5 @@ angular.module('RoomController', ['ngSanitize', 'mFileInput']) } $scope.onCallHangup = function() { - $scope.feedback = "Call ended"; - $scope.currentCall = undefined; } }]); |