small oversight breaking chrome in last code push

We should be having better automatic camera selection, but I also reverted some things.
This commit is contained in:
Steve Seguin 2020-03-29 00:48:32 -04:00 committed by GitHub
parent 8a51782a71
commit f9b5ab7b9b

View File

@ -1070,7 +1070,7 @@ function previewWebcam(){
audioSelect.onchange = function(){console.log("CHANGED");activatedPreview=false;grabVideo();};
videoSelect.onchange = function(){activatedPreview=false;grabVideo();};
activatedPreview = false;
grabVideo();
}).catch(handleError);