OneSDK
    Preparing search index...

    Interface TalkUpdate

    interface TalkUpdate {
        hub_id: string;
        id: string;
        status: string;
        time: number;
        type: "call_talking_status_update";
        user_id: string;
    }
    Index

    Properties

    hub_id: string
    id: string
    status: string
    time: number
    type: "call_talking_status_update"
    user_id: string