diff options
author | David Baker <dbkr@matrix.org> | 2014-08-27 18:57:54 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-08-27 18:57:54 +0100 |
commit | 7d34a1c108967ad8e5f24f979aecad97595622c8 (patch) | |
tree | 07ec5f7592fd9916d12607503907d1f92860b783 /webclient/app.js | |
parent | Fix up the various presence-related tests so that if they're not skipped, the... (diff) | |
download | synapse-7d34a1c108967ad8e5f24f979aecad97595622c8.tar.xz |
WIP voip support on web client
Diffstat (limited to 'webclient/app.js')
-rw-r--r-- | webclient/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webclient/app.js b/webclient/app.js index 1d5503ebc0..b52479babe 100644 --- a/webclient/app.js +++ b/webclient/app.js @@ -24,6 +24,8 @@ var matrixWebClient = angular.module('matrixWebClient', [ 'SettingsController', 'UserController', 'matrixService', + 'matrixPhoneService', + 'MatrixCall', 'eventStreamService', 'eventHandlerService', 'infinite-scroll' |