Skip to content
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

Open
sandeeptaz opened this issue Aug 27, 2018 · 4 comments
Open

Issue regarding ice disconnected #69

sandeeptaz opened this issue Aug 27, 2018 · 4 comments

Comments

@sandeeptaz
Copy link

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

@tafhyseni
Copy link

Hello @sandeeptaz ,
I am facing the same problem in my project..
I have setup my own Collider, Turn Servers and AppRTC project aswell and they work perfectly..

Just our video calls disconnects after some amount of time..

What solution have you made?

@ArjunBhilare
Copy link

@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.

@ArjunBhilare
Copy link

I'm currently getting ICE Connection Failed (When devices are on different internet connections). I have currently not set up my own Turn Server

@tafhyseni
Copy link

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.
Once you set up your own Turn Server, you must update the ICE Connection values and you won't have any more problems.

Repository owner deleted a comment from tobarbaro Feb 10, 2024
Repository owner deleted a comment from hansa-panot Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@sandeeptaz @tafhyseni @ArjunBhilare and others