Daniël Geerts
Results
1
comments of
Daniël Geerts
> > > ` navigator.mediaDevices.getUserMedia({video: {}}) .then((stream)=> {video.srcObject = stream;}, (err)=> console.error(err));` Had the same error in FireFox, and this fix worked for me!