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

    Interface ParticipantProperties

    interface ParticipantProperties {
        duration: number;
        enteredAt: number;
        exitedAt: number;
        isAudioEnabled: boolean;
        isVideoEnabled: boolean;
        participantId: string;
        state: ParticipantState;
        updatedAt: number;
        user: User;
    }

    Implemented by

    Index

    Properties

    duration: number
    enteredAt: number
    exitedAt: number
    isAudioEnabled: boolean
    isVideoEnabled: boolean
    participantId: string
    updatedAt: number
    user: User