OneSDK
    Preparing search index...

    Interface CallUpdate

    interface CallUpdate {
        id: string;
        status: string;
        time: number;
        type: "call_status_update";
    }
    Index

    Properties

    Properties

    id: string
    status: string
    time: number
    type: "call_status_update"