@sendbird/calls-react-native
    Preparing search index...

    Interface DirectCallLog

    interface DirectCallLog {
        callee: DirectCallUser | null;
        caller: DirectCallUser | null;
        callId: string;
        customItems: Record<string, string>;
        duration: number;
        endedAt: number;
        endedBy: DirectCallUser | null;
        endResult: DirectCallEndResult;
        isFromServer: boolean;
        isVideoCall: boolean;
        myRole: DirectCallUserRole;
        startedAt: number;
    }
    Index

    Properties

    callee: DirectCallUser | null
    caller: DirectCallUser | null
    callId: string
    customItems: Record<string, string>
    duration: number
    endedAt: number
    endedBy: DirectCallUser | null
    isFromServer: boolean
    isVideoCall: boolean
    startedAt: number