Merge pull request #1302 from cmgustavo/bug/01-camera

Fix: camera when joining
This commit is contained in:
Matias Alejo Garcia 2014-09-08 15:04:13 -03:00
commit 3124124ad2

View file

@ -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) {