-
Notifications
You must be signed in to change notification settings - Fork 49
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
Wifi and Mobile data | Not Connection #15
Comments
yes. I'm also facing this issue. any solution? |
No. I couldn't find any solution. I also tried it on packages like peerdart [https://pub.dev/packages/peerdart]. The same problem occurs in many cases. It works on some internet connections. It doesn't work on some.
|
You need to do some reading on how WebRTC works. Its actually really interesting. This demo is using Google Public STUN Servers to help with that as defined in the iceServers list. In this demo its located at lib/screens/call_screen.dart line:62 |
any one fixed this issue ? |
I'm running it across different internet connections. I set up a TURN server. It does not work on some internet connections. It usually doesn't work between wifi and mobile data. Has anyone encountered this problem? I've been searching for days but I couldn't find a solution.
(Not device related. My internet connection speed is not slow.)
The text was updated successfully, but these errors were encountered: