CleverProgrammers / nodejs-zoom-clone

847 stars 484 forks source link

when i run the program using ip adress video is not showing #26

Open Boopalan-M opened 3 years ago

Boopalan-M commented 3 years ago

when i run this program using my ip adreess instead of localhost it doesnot working

Thanks in advance!!

benj-c commented 3 years ago

You should use https, localhost is an exception just for development purposes. From docs,

If the current document isn't loaded securely, navigator.mediaDevices will be undefined, and you cannot use getUserMedia()