Enum RTCIceConnectionState
Represents the ICE connection state for a peer connection.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum RTCIceConnectionState
Fields
| Name | Description |
|---|---|
| Checking | The ICE connection is in the process of checking candidates. |
| Closed | The ICE connection has been closed. |
| Completed | The ICE connection has been completed. |
| Connected | The ICE connection has been established. |
| Disconnected | The ICE connection has been disconnected. |
| Failed | The ICE connection has failed. |
| Max | This is a sentinel value used for bounds checking. |
| New | The ICE connection is in the initial state. |