Enum SessionEventConnectionState
An enum describing the current state of a Session Event subscription's connection status.
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public enum SessionEventConnectionState
  Fields
| Name | Description | 
|---|---|
| Error | The session event subscription is currently in an error state, and won't recover on its own.  | 
      
| Subscribed | The session event subscription is currently connected, and ready to receive notifications.  | 
      
| Subscribing | The session event subscription is currently trying to connect to the service.  | 
      
| Unknown | The session event subscription has reached an unknown state.  | 
      
| Unsubscribed | The session event subscription is currently unsubscribed.  | 
      
| Unsynced | The session event subscription is currently connected, but for some reason is having trouble receiving notifications.  |