WIP voip support on web client

This commit is contained in:
David Baker 2014-08-27 18:57:54 +01:00
parent d027e859cd
commit 7d34a1c108
7 changed files with 170 additions and 3 deletions

View file

@ -24,6 +24,8 @@ var matrixWebClient = angular.module('matrixWebClient', [
'SettingsController',
'UserController',
'matrixService',
'matrixPhoneService',
'MatrixCall',
'eventStreamService',
'eventHandlerService',
'infinite-scroll'