Member Junction
    Preparing search index...

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

    interface TeamsParticipant {
        DisplayName?: string;
        IsSelf?: boolean;
        ParticipantId: string;
        Role: TeamsParticipantRole;
    }
    Index

    Properties

    DisplayName?: string

    The participant's display name as Teams 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 Teams participant id (the call's participant identity / id, stable for their presence).

    The participant's meeting role.