Member Junction
    Preparing search index...

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

    interface GoogleMeetParticipant {
        DisplayName?: string;
        IsSelf?: boolean;
        ParticipantId: string;
        Role: GoogleMeetParticipantRole;
    }
    Index

    Properties

    DisplayName?: string

    The participant's display name as Meet 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 Meet participant id (stable for the participant's presence in the conference).

    The participant's meeting role.