Telnyx Meeting API is now available in beta. Point it at a Google Meet, Zoom, Microsoft Teams, or Webex meeting and a programmable AI participant joins the room: it transcribes live, can speak and post to chat, returns structured post-meeting artifacts, and can be driven end to end by a Telnyx AI Assistant, all through one API key.
/v2/meeting_sessions to create or schedule a session for an existing meeting, follow the live transcript, drive the bot with actions/speak, actions/stop_speaking, and actions/send_chat, and collect recordings after the meeting ends.full_duplex audio lets participants interrupt it.summary, action_items, decisions, topics, open_questions, or custom, where custom answers any prompt you supply, grounded in the transcript alone. summarize_on_end auto-generates a summary when the meeting ends. Artifacts run on Telnyx Inference.speak_on_enter and chat_on_enter greet the meeting by voice or chat the moment the bot is admitted.webhook_url on session create to receive signed lifecycle events: session status changes, transcript completion, recording availability, and artifact completion./v2/meeting_bot/mcp: joining meetings, reading transcripts and events, in-meeting actions, artifacts, and calendar management.POST https://api.telnyx.com/v2/meeting_sessions, passing meeting_url and bot_name. Optional: webhook_url, summarize_on_end, chat_on_enter, speak_on_enter, camera_image, and an assistant to automate the conversation.GET /v2/meeting_sessions/{id} until the status is active. If the platform requests admission, admit the bot in the meeting UI.GET /v2/meeting_sessions/{id}/transcript or the WebSocket stream, or let an attached assistant handle the conversation on its own.actions/speak, actions/stop_speaking, and actions/send_chat.summary, action_items, decisions, topics, open_questions, or custom), fetch recordings with GET /v2/meeting_sessions/{id}/recordings, or delete recording media when you only need the transcript.Learn more in the Telnyx API reference or the Telnyx developer docs.