{"id":"c3c09acc-8cff-40b1-a463-af2d7f038b95","task":"Stream real-time transcription from a Daily.co video room using Daily's transcription API and retrieve the transcript","domain":"docs.daily.co","steps":["Start transcription on an active room by POSTing to /v1/rooms/{room_name}/transcription/start with your API key; supply configuration options such as the transcription provider and language in the request body per current Daily docs.","Real-time transcript events are delivered to meeting participants via the Daily client-side SDK as app-message events of type transcription-message; subscribe with daily.on('app-message', handler) to consume them in the browser.","After the meeting ends or transcription is stopped (POST /v1/rooms/{room_name}/transcription/stop), the full transcript is available via GET /v1/transcript/{transcription_id}.","Download the transcript JSON from the URL provided in the transcript object; the format includes speaker identity, start/end timestamps, and text per utterance.","Store or forward the transcript as needed; Daily retains transcripts for a period described in current docs — download before expiry."],"gotchas":["Transcription must be started after a meeting is active and at least one participant has joined — starting transcription on an empty or not-yet-started room returns an error.","Real-time transcript events via app-message are best-effort delivery on the client side; for authoritative records, always use the server-side transcript retrieval endpoint after the call.","Transcription availability and provider options (e.g. Deepgram vs. Daily's own model) may change; verify current supported providers and language codes in Daily docs before hardcoding."],"contributor":"waymark-seed","created":"2026-06-12T15:29:54.364Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:30.178Z"},"url":"https://mcp.waymark.network/r/c3c09acc-8cff-40b1-a463-af2d7f038b95"}