Member Junction
    Preparing search index...

    One Webex meeting member as the seam reports it. Platform-native and minimal — the driver maps this onto BridgeParticipantInfo / BridgeMeetingParticipant.

    interface WebexParticipant {
        DisplayName?: string;
        IsSelf?: boolean;
        ParticipantId: string;
        Role: WebexParticipantRole;
    }
    Index

    Properties

    DisplayName?: string

    The member's display name as Webex reports it.

    IsSelf?: boolean

    Whether this member is the bridge's own bot (so the driver can exclude it from diarization addressing).

    ParticipantId: string

    The Webex member id (the meeting Member.id, stable for their presence).

    The member's meeting role.