@getdial/sdk - v0.21.0
Python SDK
AI SDK
getdial.ai
Preparing search index...
CallStatus
Interface CallStatus
Derived, client-facing call status computed by the server from timestamps.
interface
CallStatus
{
cancelPending
:
boolean
;
cancelRequested
:
boolean
;
label
:
string
;
state
:
CallState
;
terminationType
:
TerminationType
|
null
;
}
Index
Properties
cancel
Pending
cancel
Requested
label
state
termination
Type
Properties
cancel
Pending
cancelPending
:
boolean
cancel
Requested
cancelRequested
:
boolean
label
label
:
string
state
state
:
CallState
termination
Type
terminationType
:
TerminationType
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancel
Pending
cancel
Requested
label
state
termination
Type
Python SDK
AI SDK
getdial.ai
@getdial/sdk - v0.21.0
Loading...
Derived, client-facing call status computed by the server from timestamps.