WebDevSimplified / Zoom-Clone-With-WebRTC

1.52k stars 865 forks source link

Enable IP/Domain Name access. Create detailed README.md #32

Open qqq89513 opened 4 years ago

qqq89513 commented 4 years ago

This pull request fixes the problem when accessing the page with IP address, instead of localhost.
In the console of Chrome, you would see:

script.js:10 Uncaught TypeError: Cannot read property 'getUserMedia' of undefined

Modified repo that has SSL connection

Thanks to @WebDevSimplified, creating this [tutorial video]. It saves me so much time to build a webRTC project.
Now I hope those one in the issue zone could ever get some help of SSL connection.