CallStatus

View as MarkdownOpen in Claude
1type CallStatus = "new" | "trying" | "ringing" | "connecting" | "connected" | "recovering" | "disconnecting" | "disconnected" | "failed" | "destroyed"

Lifecycle status of a call.