Member Junction
    Preparing search index...

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

    interface LiveKitParticipant {
        DisplayName?: string;
        Identity: string;
        IsLocal?: boolean;
        Role: LiveKitParticipantRole;
    }
    Index

    Properties

    DisplayName?: string

    The participant's display name as LiveKit reports it (the name attribute), when set.

    Identity: string

    The LiveKit participant identity (stable, application-assigned — the SID's human-facing key).

    IsLocal?: boolean

    Whether this participant is the bridge's own bot (LiveKit's local participant).

    The participant's room role (derived from participant metadata / permissions by the adapter).