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

# ResilienceCallStatus

> Extended call status that includes the 'recovering' state.

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

Extended call status that includes the 'recovering' state.

Used when the SDK is attempting to recover a call after a network
disruption or media failure.