Member Junction
    Preparing search index...

    Arguments to ILiveKitRoomSdk.connect — what the bot needs to join an MJ-native room.

    interface LiveKitConnectArgs {
        AccessToken: string;
        BotDisplayName: string;
        RoomUrl: string;
    }
    Index

    Properties

    AccessToken: string

    The signed LiveKit access token authorizing the bot to join a specific room as a participant. Minted upstream by MJ's token/credential layer (it encodes the room name + grants). Never inline secrets — this arrives already-signed.

    BotDisplayName: string

    The display name the bot appears as in the participant list.

    RoomUrl: string

    The LiveKit room server URL (e.g. wss://livekit.myorg.com). MJ-owned, self-hosted.