Conexia Telecom SDK
    Preparing search index...

    Type Alias CallHistoryItem

    Represents call history item.

    type CallHistoryItem = {
        direction: Direction;
        duration: number;
        id: number;
        remoteName: string;
        remoteNumber: string;
        timestamp: number;
        type: PhoneCallType;
    }
    Index
    direction: Direction

    Call direction. (INCOMING, MISSED, OUTGOING).

    duration: number

    Call duration in seconds.

    id: number

    Call history item id.

    remoteName: string

    Remote party name.

    remoteNumber: string

    Remote party number.

    timestamp: number

    Timestamp of when the call was started.

    Call type. (REGULAR, STATIC CONFERENCE, DYNAMIC CONFERENCE).