@getdial/sdk - v0.21.0
    Preparing search index...

    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
    cancelPending: boolean
    cancelRequested: boolean
    label: string
    state: CallState
    terminationType: TerminationType | null