mozmorris / react-webcam

Webcam component
https://codepen.io/mozmorris/pen/JLZdoP
MIT License
1.66k stars 282 forks source link

Return 'access blocked' on getUserMedia #298

Closed sanamumtaz closed 3 years ago

sanamumtaz commented 3 years ago

Hi, I want to show a popup to let users know something like "The access to microphone/camera has been blocked", so that they can allow access manually. Right now, react-webcam doesn't return any relevant error. Can you help me out in this implementation?

sanamumtaz commented 3 years ago

Implemented using the onUserMediaError