Fixes camera when joining

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-08 10:25:16 -03:00
commit 323bc2bde0

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