Enum ConnectionState
The state of any resource with connection semantics (media and text state).
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public enum ConnectionState
Fields
Name | Description |
---|---|
Connected | The resource is connected. |
Connecting | The resource is in the process of connecting. |
Disconnected | The resource is disconnected. |
Disconnecting | The resource is in the process of disconnecting. |