Deepgram Streaming
Live meeting transcripts over webhook with Deepgram Nova-2
Deepgram Streaming pushes live transcript chunks to your webhook during the meeting. Three delivery modes: sentence (default — punctuated sentences), word (word-by-word), and raw (Deepgram’s raw stream).
Enable
Streaming needs both the provider config and a live webhook URL:
CLI: meetstream bot create <link> -t deepgram_streaming --live-transcript-webhook <url>.
Configuration reference
The live payload
Each webhook delivery carries bot_id, speakerName, timestamp, new_text (the increment), transcript (running buffer), words[] with per-word timing and confidence, end_of_turn, and your echoed custom_attributes — full shape in Live Transcription.
Streaming providers deliver text live and do not produce a post-call transcript (transcription.processed / bot.done never fire). Need both? Re-transcribe the recording after the call.
