Member Junction
    Preparing search index...
    interface StartLiveKitAgentRoomSessionInput {
        AgentID?: string;
        AgentName?: string;
        AgentSessionID?: string;
        RealtimeModelID?: string;
        RealtimeVoice?: string;
        RoomName?: string;
        TargetAgentID?: string;
        TurnMode?: "Passive" | "Active" | "Hybrid";
    }
    Index

    Properties

    AgentID?: string

    The agent to voice in the room (the Realtime Co-Agent / voice front-end).

    AgentName?: string

    The agent's display name (bot name + addressing).

    AgentSessionID?: string

    The MJ agent-session id. When omitted, the server generates one.

    RealtimeModelID?: string

    Optional per-session Realtime MODEL override (an MJ: AI Models Name or ID) — dev model picker.

    RealtimeVoice?: string

    Optional per-session VOICE override (provider-native voice id, e.g. OpenAI echo) — dev voice picker.

    RoomName?: string

    The room to use. When omitted, the server generates one.

    TargetAgentID?: string

    The TARGET agent the co-agent voices — the one being "called". Without it the agent stays idle.

    TurnMode?: "Passive" | "Active" | "Hybrid"

    Turn-taking mode.