Member Junction
    Preparing search index...

    One agent's membership in a shared room, as the coordinator tracks it.

    interface RoomAgentMembership {
        AgentSessionId: string;
        IsFacilitator: boolean;
    }
    Index

    Properties

    AgentSessionId: string

    The MJ: AI Agent Sessions row id of this agent's bridge session in the room.

    IsFacilitator: boolean

    Whether this agent is the room's designated facilitator (may override the floor to arbitrate).