Network reconnect failure
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.