Enum PendingClient.State
The states of a connection
Namespace: Unity.Netcode
Syntax
public enum State
  Fields
| Name | Description | Value | 
|---|---|---|
| PendingConnection | Waiting for client to send it's initial connection request  | 
        0 | 
| PendingApproval | Waiting for client connection request to be approved  | 
        1 |