Low-latency sessions
Use a browser-native connection with clear quality and connection states.
Start secure sessions, stream audio, and update agent behavior while the conversation continues.
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.