Member Junction
    Preparing search index...

    The result of starting an agent room session.

    interface AgentRoomSession {
        RoomName: string;
        ServerUrl: string;
        SessionBridgeID: string;
    }
    Index

    Properties

    RoomName: string

    The room the agent joined.

    ServerUrl: string

    The LiveKit server URL.

    SessionBridgeID: string

    The durable MJ: AI Agent Session Bridges row id.