-
Notifications
You must be signed in to change notification settings - Fork 146
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
Established Connection Issue #83
Comments
Hello @shayan555 , Do you mean that the callee does not receive the incoming call and the caller gets "Temporary unavailble" error from CallFailed event? Best regards, |
Log : Client: emit event ConnectionClosed Once the connection closed then callee does not receive the incoming call and the caller gets "Temporary unavailble" error from CallFailed |
yes i got the same issue after some time after login when we call the user it will show Call failed : 'Temporarily Unavailable' |
@ahammedmishal did you manage to fix this issue? |
Yes i used direct google translation api |
@ahammedmishal did you manage to fix this issue? there is no fix by them so do your own logic. this happened voxim connection goes offf |
@ahammedmishal how did you fix it? |
in the root file of the app, i do like this .this temporarily unavailable mean that the user is not logged in,this happen after some time or app goes backgound or due to internet issues the voximplant connection will go so that time we need to call this function in every 5 seconds useEffect(() => { loginWithToken = async () => { |
Hi All,
We are facing issue once the connection disconnected then not able to reestablished the connection and showing error 'Temporarily Unavailable'
The text was updated successfully, but these errors were encountered: