Member Junction
    Preparing search index...

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

    interface ZoomParticipant {
        DisplayName?: string;
        IsSelf?: boolean;
        ParticipantId: string;
        Role: ZoomParticipantRole;
    }
    Index

    Properties

    DisplayName?: string

    The participant's display name as Zoom reports it.

    IsSelf?: boolean

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

    ParticipantId: string

    The Zoom participant id (stable for the participant's presence in the meeting).

    The participant's meeting role.