Member Junction
    Preparing search index...

    One participant as the native room client reports it. Mapped onto LiveKitParticipant.

    interface NativeRoomParticipant {
        identity: string;
        isLocal?: boolean;
        name?: string;
        role?: string;
    }
    Index

    Properties

    identity: string

    The native participant identity (stable, application-assigned).

    isLocal?: boolean

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

    name?: string

    The participant's display name (LiveKit's name attribute).

    role?: string

    The participant's role as the client/metadata reports it (host / cohost / participant).