Enum RTCIceConnectionState
The states an ICE session transitions through.
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum RTCIceConnectionState
Remarks
As specified in https://www.w3.org/TR/webrtc/#rtciceconnectionstate-enum.
Fields
| Name | Description |
|---|---|
| checking | Checks are being carried out in an attempt to establish a connection. |
| closed | The connection has been closed. All checks stop. |
| connected | The checks have been successful and the connection has been established. |
| disconnected | Connection attempts on an established connection have failed. Attempts will continue until the state transitions to failure. |
| failed | The connection attempt has failed or connection checks on an established connection have failed. |
| new | The initial state. |