EntitiesType AliasesCallStatusCopy page|View as Markdown|Open in Claude|More actions1type CallStatus = "new" | "trying" | "ringing" | "connecting" | "connected" | "recovering" | "disconnecting" | "disconnected" | "failed" | "destroyed" Lifecycle status of a call.