Enum LoginState
The state of the Login session.
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public enum LoginState
Fields
| Name | Description |
|---|---|
| LoggedIn | The Login session is signed in. |
| LoggedOut | The Login session is signed out. |
| LoggingIn | The Login session is in the process of signing in. |
| LoggingOut | The Login session is in the process of signing out. |