*** id: c55b45a7-a399-405d-adf6-6d962c978519 title: CallState slug: /dotnet/reference/calling/call-state max-toc-depth: 3 ---------------- # SignalWire.Relay.Calling.CallState This is an enumeration that represents the different possible call states any call may have. ### Values | Value | Description | | ---------- | --------------------------- | | `created` | The call has been created. | | `ringing` | The call is ringing. | | `answered` | The call has been answered. | | `ending` | The call is ending. | | `ended` | The call has ended. |