Member Junction
    Preparing search index...

    One agent bot bridged into the room — tracked for the in-room add/remove roster.

    interface AgentInRoom {
        Name: string;
        Removing?: boolean;
        SessionBridgeID: string;
        TargetAgentID: string | null;
    }
    Index

    Properties

    Name: string

    Display name (the target agent's name).

    Removing?: boolean

    True while a remove request is in flight.

    SessionBridgeID: string

    The MJ: AI Agent Session Bridges row id (used to stop/remove this agent).

    TargetAgentID: string | null

    The target agent this bot voices, when known.