Call - v26.1.0
    Preparing search index...

    Interface INCCallLog

    Call log record

    interface INCCallLog {
        callId: string;
        callType: NCCallType;
        callDirection: NCCallDirection;
        mediaType: NCCallMediaType;
        callerUserId: string;
        participants: string[];
        callState: NCCallState;
        currentUserState: NCCallUserState;
        startTime: number;
        endTime: number;
        duration: number;
        syncTime: number;
        callEndReason: NCCallEndReason;
        creationTime: number;
    }
    Index

    Properties

    callId: string

    Call ID

    callType: NCCallType

    Call type

    callDirection: NCCallDirection

    Call direction

    mediaType: NCCallMediaType

    Call media type

    callerUserId: string

    Caller user ID

    participants: string[]

    Participant user IDs

    callState: NCCallState

    Call session state

    currentUserState: NCCallUserState

    Current user state

    startTime: number

    Call start timestamp

    endTime: number

    Call end timestamp

    duration: number

    Call duration (seconds)

    syncTime: number

    Sync timestamp

    callEndReason: NCCallEndReason

    Call end reason

    creationTime: number

    Call creation timestamp