Conexia Telecom SDK
    Preparing search index...

    Type Alias CallHistory

    Represents call history.

    type CallHistory = {
        calls: CallHistoryItem[];
        chatUserId: string | undefined;
        id: number;
        lastDeleted: number;
        missedCallsCount: number;
        syncTimestamp: number;
    }
    Index

    List of call history items.

    chatUserId: string | undefined

    Unique identifier of the user who is owner of this call history.

    id: number

    Item id.

    lastDeleted: number

    Timestamp of when was call history last time deleted.

    missedCallsCount: number

    Missed calls count.

    syncTimestamp: number

    Timestamp of from when should next call history sync be performed.