Fixes camera when joining
This commit is contained in:
parent
d5d1ba59ee
commit
323bc2bde0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ angular.module('copayApp.controllers').controller('JoinController',
|
|||
|
||||
$scope.hideAdv=true;
|
||||
|
||||
|
||||
navigator.getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia || navigator.msGetUserMedia;
|
||||
|
||||
var _scan = function(evt) {
|
||||
if (localMediaStream) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue