ianramzy / decentralized-video-chat

🚀 Zipcall- Acquired @ 250k users 🚀 Peer to peer browser video calling platform with unmatched video quality and latency.
https://zipcall.io
3.3k stars 501 forks source link

Video Camera not opening in live server #69

Closed wskwebsolution closed 4 years ago

wskwebsolution commented 4 years ago

Hi sir,

Thank you for your code . i have configure it for testing in my AWS server . everything is running fine in my local server, but unable to open video cam on my live server .

Please help me http://xxxxxxxxx:3000/join/OldGhost

console error : Uncaught TypeError: navigator.mediaDevices is undefined requestMediaStream http://xxxxxxxxxx:3000/js/chat.js:45 startUp http://xxxxxxxxxx:3000/js/chat.js:873

http://xxxxxxxxx:3000/js/chat.js:944
Chaphasilor commented 4 years ago

Your site needs to be served over https, not http. Without https (called secure context), browsers won't allow access to certain browser APIs, one of them being navigator.mediaDevices :)