Member Junction
    Preparing search index...

    One participant as the native addon reports it. Mapped onto GoogleMeetParticipant.

    interface NativeMeetParticipant {
        displayName?: string;
        isSelf?: boolean;
        participantId: string | number;
        role?: string;
    }
    Index

    Properties

    displayName?: string

    The participant's display name.

    isSelf?: boolean

    Whether this participant is the bot itself.

    participantId: string | number

    The native participant id.

    role?: string

    The participant's role as the addon reports it (host / cohost / participant).