Recording retrieval is API-only today — the terminal has no built-in player yet. The endpoints below
are live and covered by service tests; the full live loop (in-meeting capture → object storage →
playback) has not been validated end-to-end. See the capability truth table.
List recordings
Get the playable audio
Resolve the master metadata (finalize-on-read), which points at the raw byte stream:raw_url of the form
GET /recordings/{recording_id}/media/{media_file_id}/raw — the actual audio bytes the player loads:
Where it’s stored
Recordings live in the bucket configured byMINIO_* (Configuration).
On a self-host that’s infrastructure you control; air-gapped deployments keep recordings entirely in-VPC.
A recording is the raw meeting audio. For the text of who-said-what with timestamps, use the
transcript — see the
Meetings API.