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

Properties

Properties

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