Meeting Bot joins Zoom, Google Meet, Microsoft Teams, and Webex meetings as a programmable participant. It transcribes live, speaks and chats on command, and returns structured summaries and action items when the meeting ends. All through the same Telnyx API key your agent already uses for calls, STT, and TTS.

Each primitive is independently useful and composes with the rest of the Telnyx stack.
Live transcription
Stream the meeting transcript to your agent as it happens, with speaker labels and timestamps. Default STT is Nova-3.
Programmable speech
Your agent can make the bot say anything at any point in the meeting. Text goes through Telnyx TTS and plays into the meeting audio.
Chat injection
Drop messages into the meeting chat on Zoom, Google Meet, Teams, and Webex. Useful for sharing links or follow-up actions without interrupting the speaker.
Post-meeting artifacts
When the meeting ends, receive structured summaries and action items generated by Telnyx Inference. summarize_on_end auto-generates a summary from the final transcript.
Webhook-driven lifecycle
Set a webhook_url on session create to receive signed meeting lifecycle events. No polling required, but polling is supported for batch workflows.
Cross-platform support
One API surface for Zoom, Google Meet, Microsoft Teams, and Webex. Same request shape, same response shape, same webhook contract.
Create a session, poll for status, fetch the transcript, and tell the bot to speak.