-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webrtc video chat not working in different networks after lesson 6 #106
Comments
One thing it could be is that you need to connect via https which involves some kind of signed certificates returned by your node server. What issue are you facing? You can also use "chrome://webrtc-internals/" in chrome to help debug. It'll list all of the network calls that are being made and help you narrow down your problem. |
After 'npm install' as you said, some problem was happened.found 1 low severity vulnerability
|
hi ...i m even struggling to get on same network itself...could you send the available code to me...thanks |
Hi, @Hassan3152 . I am also struggling with the same issue. I tried to add a stun server for obtaining public IP address. But, that does not fire an event for |
Me too also struggling with this same issue |
I added STUN and TURN servers. It's working now. Just one issue, after around 7-10 minutes, WebRTC connection is closed. |
Yes... I got a free TURN server from XirSys. And on adding the TURN url in the configuration named object , it works fine |
can u please share how did u do that . i am also facing the same error. |
1 similar comment
can u please share how did u do that . i am also facing the same error. |
@RitikParikhCTL Did your error got resolved? Anyone please consider sharing a good resource of TURN and STUN server. I followed the steps while searching online but seems like I am not installing it properly. Any help would be highly appreciated. Thanks! |
@mrpkdeveloper @RitikParikhCTL @3009aksingh |
can you share source code? |
It works fine on same network but does not work on different network. i have installed coturn on azure online server, but also not working. any help on this.
The text was updated successfully, but these errors were encountered: