diff options
author | David Baker <dbkr@matrix.org> | 2014-09-19 18:22:14 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-09-19 18:22:14 +0100 |
commit | 648fd2a622353ecdb94eb0244c4dc8b6676d8a89 (patch) | |
tree | 27172581b2644f0f76315a6d07cf5d4e24843873 /webclient/room/room-controller.js | |
parent | Move video background element up as it was causing the page to scroll. (diff) | |
download | synapse-648fd2a622353ecdb94eb0244c4dc8b6676d8a89.tar.xz |
Notify a callee that their browser doesn't support VoIP too.
SYWEB-14 #resolved
Diffstat (limited to 'webclient/room/room-controller.js')
-rw-r--r-- | webclient/room/room-controller.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webclient/room/room-controller.js b/webclient/room/room-controller.js index 7f2d405122..166434d1af 100644 --- a/webclient/room/room-controller.js +++ b/webclient/room/room-controller.js @@ -34,7 +34,6 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput']) stream_failure: undefined, // the response when the stream fails waiting_for_joined_event: false, // true when the join request is pending. Back to false once the corresponding m.room.member event is received messages_visibility: "hidden", // In order to avoid flickering when scrolling down the message table at the page opening, delay the message table display - webRTCSupported: isWebRTCSupported() // true if the browser does not support WebRTC }; $scope.members = {}; $scope.autoCompleting = false; |