Video calling (in a tiny box at the moment)

This commit is contained in:
David Baker 2014-09-17 16:26:35 +01:00
parent 84372cef4a
commit 1fb2c831e8
6 changed files with 106 additions and 15 deletions

View file

@ -150,6 +150,8 @@ angular.module('MatrixWebClientController', ['matrixService', 'mPresence', 'even
}
call.onError = $scope.onCallError;
call.onHangup = $scope.onCallHangup;
call.localVideoElement = angular.element('#localVideo')[0];
call.remoteVideoElement = angular.element('#remoteVideo')[0];
$rootScope.currentCall = call;
});