mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-09 12:34:56 -04:00
Oops, change videoElement / selector in audio call too.
This commit is contained in:
parent
f4a3b194da
commit
2b64c573c3
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput', 'a
|
||||||
call.onError = $rootScope.onCallError;
|
call.onError = $rootScope.onCallError;
|
||||||
call.onHangup = $rootScope.onCallHangup;
|
call.onHangup = $rootScope.onCallHangup;
|
||||||
// remote video element is used for playing audio in voice calls
|
// remote video element is used for playing audio in voice calls
|
||||||
call.remoteVideoElement = angular.element('#remoteVideo')[0];
|
call.remoteVideoSelector = angular.element('#remoteVideo')[0];
|
||||||
call.placeVoiceCall();
|
call.placeVoiceCall();
|
||||||
$rootScope.currentCall = call;
|
$rootScope.currentCall = call;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue