> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# CallStatus

> Lifecycle status of a call.

```ts
type CallStatus = "new" | "trying" | "ringing" | "connecting" | "connected" | "recovering" | "disconnecting" | "disconnected" | "failed" | "destroyed"
```

Lifecycle status of a call.