Member Junction
    Preparing search index...

    The arguments the native room client's connect() accepts. Mirrors LiveKitConnectArgs.

    interface NativeConnectArgs {
        name: string;
        token: string;
        url: string;
    }
    Index

    Properties

    Properties

    name: string

    The bot's display name in the participant list.

    token: string

    The signed LiveKit access token authorizing the bot to join (resolved upstream; never inline).

    url: string

    The LiveKit room server ws URL (e.g. wss://livekit.myorg.com). Resolved upstream.