Member Junction
    Preparing search index...

    One Graph call participant as the participants collection / participantsUpdated notification reports it.

    interface GraphCallParticipant {
        displayName?: string;
        id: string;
        isSelf?: boolean;
        role?: string;
    }
    Index

    Properties

    displayName?: string

    The participant's display name (participant.info.identity.user.displayName), when known.

    id: string

    The Graph participant id (participant.id) — stable for the participant's presence in the call.

    isSelf?: boolean

    Whether this participant is the bot's own call leg (participant.isInLobby === false && isSelf).

    role?: string

    The Graph meeting role string ('organizer' / 'presenter' / 'coorganizer' / 'attendee').