Member Junction
    Preparing search index...

    One member as the native addon reports it. Mapped onto WebexParticipant.

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

    Properties

    displayName?: string

    The member's display name.

    isSelf?: boolean

    Whether this member is the bot itself.

    participantId: string | number

    The native member id.

    role?: string

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