ResilienceCallStatus

View as MarkdownOpen in Claude
1type 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.