Telnyx Meeting Bot Now Available in Beta Telnyx launched its Meeting Bot in beta, enabling developers to add an AI participant to Zoom, Google Meet, Microsoft Teams, or Webex meetings via a REST API, with features including live transcription, in-meeting speech and chat, and post-meeting summaries and action items. The bot can be controlled through endpoints such as /v2/meeting_sessions, and supports actions like speak, stop_speaking, send_chat, and barge_in, with recordings and artifacts delivered asynchronously. Contact us https://telnyx.com/contact-us Log in https://portal.telnyx.com Telnyx Meeting Bot is now available in beta. Developers can programmatically add a Telnyx-controlled AI participant to a Zoom, Google Meet, Microsoft Teams, or Webex meeting, and receive live transcription, in-meeting speech and chat, and structured post-meeting artifacts through one REST API contract. /v2/meeting sessions let you create a session for an existing meeting, poll status, update or cancel a scheduled session, drive in-meeting actions, read the live transcript and events, retrieve recordings, and request post-meeting artifacts. GET /v2/meeting sessions/{id}/transcript and through lifecycle events. actions/speak runs text through Telnyx TTS and plays it into the meeting, actions/stop speaking interrupts, and actions/send chat posts a chat message. barge in stops bot audio when a human speaks. summary and action items artifacts asynchronously. summarize on end auto-generates a summary once the final transcript settles, delivered through the artifact.completed webhook when a webhook URL is set. GET /v2/meeting sessions/{id}/recordings returns pass-through download URLs for recordings captured during the meeting. webhook url on session create to receive signed meeting lifecycle events. Outbound webhooks are off by default. POST https://api.telnyx.com/v2/meeting sessions , passing meeting url , bot name , and optional webhook url , summarize on end , voice , barge in , metadata , and idempotency key . GET /v2/meeting sessions/{id} until the status is active . If the platform requests admission, admit the bot named in bot name inside the meeting UI. GET /v2/meeting sessions/{id}/transcript?after=0&limit=100 . POST /v2/meeting sessions/{id}/actions/speak , send a chat message with actions/send chat , or stop speech with actions/stop speaking . GET /v2/meeting sessions/{id}/recordings , or request a summary or action items artifact with POST /v2/meeting sessions/{id}/artifacts . Learn more in the Telnyx API reference https://developers.telnyx.com/api-reference or the Telnyx developer docs https://developers.telnyx.com .