summary refs log tree commit diff
path: root/webclient/room/room-controller.js
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-08-29 18:11:20 +0100
committerDavid Baker <dbkr@matrix.org>2014-08-29 18:11:20 +0100
commit8c36179d35f6353270a761dbdc8161ca94ff54a2 (patch)
treeb1684b119938cd3c0d2bc6a863c96e4b3f2945d1 /webclient/room/room-controller.js
parentVersion bump for bug fix. (diff)
downloadsynapse-8c36179d35f6353270a761dbdc8161ca94ff54a2.tar.xz
Give basic feedback on the state of VoIP calls in the UI (manually adding to master having added to develop)
Diffstat (limited to 'webclient/room/room-controller.js')
-rw-r--r--webclient/room/room-controller.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/webclient/room/room-controller.js b/webclient/room/room-controller.js
index 09dac85d26..ca0d0bae75 100644
--- a/webclient/room/room-controller.js
+++ b/webclient/room/room-controller.js
@@ -487,7 +487,5 @@ angular.module('RoomController', ['ngSanitize', 'mFileInput'])
     }
 
     $scope.onCallHangup = function() {
-        $scope.feedback = "Call ended";
-        $scope.currentCall = undefined;
     }
 }]);