Enum ConnectionRecoveryState
The state of Vivox when an unexpected network disconnection occurs. Use this to display the status of the disconnect to the user, or if there is a recovery failure, to reset the game state or retry the overall Vivox connection.
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public enum ConnectionRecoveryState
Fields
Name | Description |
---|---|
Connected | Vivox has successfully connected to the service for the first time. |
Disconnected | Vivox has yet to connect to the service for the first time. This is the default state. |
FailedToRecover | Vivox has failed to reestablish the connection with the service. |
Recovered | Vivox has successfully recovered the connection with the service. |
Recovering | Vivox is in the process of recovering the connection with the service. |