Documentation

Support

Vivox Unity SDK

Vivox Unity SDK

Network reconnect failure

Handle network reconnect failures.
Read time 1 minuteLast updated 2 days ago

If the connection recovery process is ultimately unable to reconnect to a session,
VivoxService.Instance.ConnectionFailedToRecover
action will fire. This only occurs when all attempts to reestablish communication with Vivox servers have failed. We recommend that you indicate a network reconnection failure to users because user action might be required to address any issues with their network connection health.
During connection issues
VivoxService.Instance.ConnectionRecovering
will fire.
When the connection is recovered
VivoxService.Instance.ConnectionRecovered
will fire.

Network reconnect failure • Vivox Unity SDK • Unity Docs