MeetStream Engine

The in-house transcription engine with automatic language detection

View as Markdown

MeetStream’s own engine transcribes recordings in-house — no third-party transcription processor touches your audio. Language detection is automatic, and it can translate output.

Enable

1{
2 "meeting_link": "https://meet.google.com/abc-defg-hij",
3 "bot_name": "Notetaker",
4 "recording_config": {
5 "transcript": {
6 "provider": { "meetstream": { "language": "auto" } }
7 }
8 }
9}

CLI: meetstream bot create <link> -t meetstream.

Configuration reference

FieldTypeDefaultNotes
languagestringautoAutomatic detection by default
translatebooleanfalseTranslate the output

Fetch the transcript

Resolve transcript_id via GET /bots/{bot_id}/detail, then GET /transcript/{transcript_id}/get_transcript. Compare engines: Transcription Providers.