WebDevSimplified / Zoom-Clone-With-WebRTC

1.52k stars 863 forks source link

connection over IP address is not secured #19

Closed tuminzee closed 4 years ago

tuminzee commented 4 years ago

connecting via ip address over the same network does not ask for user media permissions, because of which I am not able to connect it via mobile browser, or any other browser.

Local connection with localhost:3000 works just fine. But connection over IP address is not asking for UserMedia permissions

micaiah-effiong commented 4 years ago

To connect other devices, you will use the https module since userMedia is required to run on a secured http protocol

tuminzee commented 4 years ago

hi @micaiah-effiong I read about that, after that I deployed it on Heroku, though I was able to access the User Media (and all the permissions were asked) I was unable to set up multiple video grid. Even though multiple connections would join the same room, no multiple screens would be created. thank you replying Screenshot_2020-08-09 Zoom Clone1

micaiah-effiong commented 4 years ago

Is there any errors on your dev console?

tuminzee commented 4 years ago

Nope no error message

On Sun, 9 Aug, 2020, 15:28 Micaiah Effiong, notifications@github.com wrote:

Is there any errors on your dev console?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WebDevSimplified/Zoom-Clone-With-WebRTC/issues/19#issuecomment-671032037, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN34JQ3Z56L6K7I3YJDACMTR7ZXLFANCNFSM4PYYL7NA .

micaiah-effiong commented 4 years ago

Did your code run locally before you deployed it?