Open Sattishh opened 4 years ago
It is. Once you deploy your project to a hosting service, anyone is able to join, I suppose
Okay, I'm still stuck on peerjs issue on Heroku.
Yeah me too.. how do I resolve this? Please let me know.
On Sat, 1 Aug, 2020, 1:23 PM Sattish Shewkani, notifications@github.com wrote:
Okay, I'm still stuck on peerjs issue on Heroku.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/WebDevSimplified/Zoom-Clone-With-WebRTC/issues/7#issuecomment-667491090, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIMZAGJC6XD7DCFCPMJ7KXTR6PCYXANCNFSM4PLWBRMA .
I run everything locally as it stands... I am able to connect to other PC and mobile phones...
Now this is possible for me because I don't run the peer server separately from my express server...
My peer server runs inside my express server and all the device are connected to the same network.
To run the peer server in your express app follow the peerjs docs on npm
I've followed that but there's an issue with SourceMap which is not allowing them to connect together.
I've created an issue in peerjs github page about this as well but no helpful response has been made yet.
It works perfectly without the SourceMap
You have to identify what errors are showing in your console
DevTools failed to load SourceMap: Could not load content for https://unpkg.com/peerjs.min.js.map: HTTP error: status code 404,
I'm pretty sure it can't load the peerjs package
Check your network tab to see if peerjs was loaded... Check your peer server/client configuration
If you watch the video that who was coding has same error as you "DevTools failed to load SourceMap: Could not load content for https://unpkg.com/peerjs.min.js.map: HTTP error: status code 404" but it works.
Is this not possible for Mobile Users?