Low-latency sessions
Use a browser-native connection with clear quality and connection states.
Inicia sesiones seguras, transmite audio y cambia el comportamiento del agente mientras la conversación continúa.
Read the docsconst session = await mee.sessions.create({
agent_id: "agt_…"
});
session.update({
instructions: "Schedule the appointment.",
business_state: { qualified: true }
});Use a browser-native connection with clear quality and connection states.
Update instructions, context, and business state without ending the session.
Keep tenant credentials server-side. Browser tokens are short-lived and single-use.