Enum ConnectionState
- Assembly
- Firesplash.UnityAssets.TwitchIntegration.dll
This is primarily used internally for connection state tracking
public enum ConnectionState
Fields
CONNECTED = 1
CONNECTING = 2
DISCONNECTED = 0
DISCONNECTING = 4
ERROR = 5
RECONNECTING = 3