Meeting Captions
Use the platform's own native captions as the transcript
meeting_captions records the captions the meeting platform itself generates. No external engine, no configuration.
Enable
CLI: meetstream bot create <link> -t meeting_captions.
What to know
- Platforms: native captions from Google Meet and Microsoft Teams. Not available on Zoom — use any other provider there.
- Fetching is different: there is no
transcript_id. CallGET /api/v1/bots/{bot_id}/detailand download the caption file from the returned link (caption_file). - Availability depends on the meeting: captions must be enabled/supported in the call.
- Webhook pipeline: behaves like a streaming provider — events end at
audio.processed; notranscription.processedorbot.donefires. See Debugging Bots.
Need a speaker-labeled, formatted transcript instead? Re-transcribe the recording with any post-call provider.
