*** id: a21e45a1-44b7-4c2c-8404-9fd608a2dbd8 title: CallConnectState slug: /dotnet/reference/calling/call-connect-state max-toc-depth: 3 ---------------- # SignalWire.Relay.Calling.CallConnectState This is an enumeration that represents the different possible states a connect operation may have. ### Values | Property | Description | | :------------- | :------------------------------------- | | `failed` | The connect has failed. | | `connecting` | One or more peer calls are connecting. | | `connected` | The peer call has been connected. | | `disconnected` | The peer call has been disconnected. |