Member Junction
    Preparing search index...

    The handles the seam returns after a successful ILiveKitRoomSdk.connect.

    interface LiveKitConnectResult {
        BotIdentity: string;
        RoomName: string;
    }
    Index

    Properties

    BotIdentity: string

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

    RoomName: string

    The LiveKit room name the bot joined (the durable external connection id).