mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 16:14:59 -04:00
Video calling (in a tiny box at the moment)
This commit is contained in:
parent
84372cef4a
commit
1fb2c831e8
6 changed files with 106 additions and 15 deletions
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue