-
Notifications
You must be signed in to change notification settings - Fork 267
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
Issue regarding ice disconnected #69
Comments
Hello @sandeeptaz , Just our video calls disconnects after some amount of time.. What solution have you made? |
@tafhyseni @sandeeptaz I'm new to AppRTC. I have set up the AppRTC project. Could you please help me with how do I set up Turn Servers? I'm building a video chat app on Android Studio. |
I'm currently getting ICE Connection Failed (When devices are on different internet connections). I have currently not set up my own Turn Server |
You have to setup your own Turn Server. Turn Server is expensive and you cannot rely in an unknown Turn Server since it might be turned off and your application will stop working. |
Hi ,
Issue regarding ice disconnected
I am facing a problem in maintaining the video connection
I have setup my own Collider, Turn Servers and , node js apprtc server in my digital ocean droplet.
All the above servers are working just fine
But in my android code after random amount of time the video call disconnects automatically, with error message as "ice disconnected"
I understand this is due to poor internet connection
So i need help to maintain the video call even if there is poor internet connection or
If the call gets disconnected , I want to re connect the call .
Please help me on this
Thanks in advance
The text was updated successfully, but these errors were encountered: