Member Junction
    Preparing search index...

    What the native room client's connect() resolves to.

    interface NativeConnectResult {
        localIdentity: string;
        roomName: string;
    }
    Index

    Properties

    localIdentity: string

    The bot's own participant identity in the joined room.

    roomName: string

    The LiveKit room name the bot joined.