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

{
"meeting_link": "https://meet.google.com/abc-defg-hij",
"bot_name": "Notetaker",
"recording_config": {
"transcript": {
"provider": { "meetstream": { "language": "auto" } }
}
}
}

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.