> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Meeting Overview

> Join meetings with a Telnyx bot that captures live transcripts, speaks, posts to chat, and generates summaries and action items.

Telnyx Meeting gives your agent a seat in third-party meetings. Point it at a Google Meet, Zoom, Teams, or Webex link and a programmable participant joins the room -- it captures the live transcript, can speak and post to chat, and generates summaries and action items.

The virtual participant, aka bot, runs on Telnyx primitives: Telnyx STT for transcription, Telnyx TTS for speaking, and Telnyx Inference for summaries and action items.

## The Workflow

<Steps>
  <Step title="Join a Meeting">
    Point the bot at a meeting URL. It joins as a visible participant and starts capturing audio. Join now or schedule ahead with `join_at`.
  </Step>

  <Step title="Follow It Live">
    While the meeting runs, read the transcript as people speak, plus who joined and what was said in chat. The bot is a participant, not just a recorder -- it can speak back, post to chat, and be interrupted.
  </Step>

  <Step title="Collect the Results">
    When the meeting ends, the transcript is finalized and a summary with action items is generated via Telnyx Inference. Read them directly, download recordings, or have them pushed to a webhook.
  </Step>
</Steps>

## Supported Platforms

Google Meet, Zoom, Microsoft Teams, and Webex. The platform is detected automatically from the meeting URL.

## Next Steps

* [Quick Start](/docs/meeting/quick-start) -- send the bot to a meeting and read the results, four curl commands end to end
* [Meeting MCP Server](/docs/meeting/mcp) -- connect an AI agent to 19 dedicated Meeting tools over stateless Streamable HTTP
* [Join a Meeting](/docs/meeting/join-meeting) -- create a meeting session and send the bot
* [Live Transcript](/docs/meeting/live-transcript) -- follow the transcript stream in real time
* [Meeting Presence](/docs/meeting/interact) -- control how the bot appears and acts in the meeting, from its roster name to speaking and chat
* [Collect Results](/docs/meeting/collect-results) -- read the finalized transcript and summary
* [Webhooks](/docs/meeting/webhooks) -- receive session events on your own endpoint
