Capture
What is not captured
STT chunks, LLM tokens, and TTS frames. Those are per-chunk, per-token, and per-frame, and capturing them would mean sitting inside the media and inference streams. VoiceGateway does not do that, which is the same reason it adds no latency on happy-path calls.View a replay
voicegw replay prints the dashboard URL for a session and exits. It renders nothing in
the terminal.
The daemon must already be running before the printed URL resolves. Start it with
voicegw serve. voicegw dashboard only opens a browser; it starts nothing.Related
attach(): the full signature, includingtranscriptandsnapshots.- Turns and transcripts: what the caller and agent said, captured by default.
- Replay storage costs: retention and disk footprint.