Enum RelayConnectionStatus
State of the connection to the relay server.
Namespace: Unity.Networking.Transport.Relay
Syntax
public enum RelayConnectionStatus
Fields
| Name | Description | Value |
|---|---|---|
| AllocationInvalid | Connection to the relay server has failed due to an invalid allocation. |
|
| Established | Connection to the relay server is established. |
|
| NotEstablished | Connection has yet to be established to the relay server. |