muaz-khan / RTCMultiConnection

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
https://muazkhan.com:9001/
MIT License
2.57k stars 1.37k forks source link

Regarding Audio+Video+TextChat+FileSharing issue #360

Open pradeepmvenur opened 7 years ago

pradeepmvenur commented 7 years ago

Iam trying to run your demo link "https://rtcmulticonnection.herokuapp.com/demos/Audio+Video+TextChat+FileSharing.html" in Firefox Browser.but its not working.its shows webrtcerror error.Even same error i got in local also. Please help me how to solve this issue....

muaz-khan commented 7 years ago

Just tested Firefox 52 on Win10. It is working fine.

It seems that either Chrome or other apps are using your camera. You can not access same camera from multiple apps at the same time.

PS. Please close this issue if solved.