AgoraIO-Community / OpenAgoraWeb-React

Video Call App built with :heart:Agora SDK:heart: and React
MIT License
100 stars 43 forks source link

App not working #4

Closed kjaspreet closed 6 years ago

kjaspreet commented 6 years ago

When I run this App locally and tried to make the video call then I am getting this error: index.js:2177 00:37:03:873 ERROR: Media access: NotReadableError stack_frame_overlay_proxy_console @ index.js:2177 t @ AgoraRTCSDK-2.1.0.js:1 a @ AgoraRTCSDK-2.1.0.js:1 (anonymous) @ AgoraRTCSDK-2.1.0.js:1 index.jsx:59 getUserMedia failed {type: "error", msg: "NotReadableError"}

and when I deployed this app on Heroku and tried to make the video call then I am getting following error:

00:34:12:435 ERROR: Media access: NotReadableError stack_frame_overlay_proxy_console @ index.js:2177

menthays commented 6 years ago

It seems that webcam is allowed but not possible. Maybe it is being occupied or there was a hareware error. Check this for more info.

kjaspreet commented 6 years ago

thank you very much. Today, I tried it on chrome and it's working. Earlier I was using firefox.