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

Dashboard + Video Conferencing + Chat + File Sharing #830

Open ph4t0o0o0om opened 5 years ago

ph4t0o0o0om commented 5 years ago

I try the demo on android phone it works fine the chrome request to access the camera. When I try to IPHONE I use chrome on IPHONE it not requesting to access the camera. How to fix this issue?

Thank you

VShtaba commented 5 years ago

Use Safari browser on iOS

burak1489 commented 5 years ago

@ ph4t0o0o0om You cannot use WebRTC on iOS devices with Chrome Browser. Apple does not allow third-party software to use its own engine. Chrome uses the Safari engine and does not support WebRTC.

ph4t0o0o0om commented 5 years ago

Thank you for the feedback. Did the dashboard works fine in Safair browser using Iphone? Did you try it already?