How do we go about requesting camera/microphone access with getUserMedia() after being denied once?
I\'m working with getUserMedia to access the user\'s camera and p
The updated answer to this is that Chrome (currently testing on 73) no longer continuously prompts for camera access when the request is over HTTP.
Firefox however, does.