diff --git a/custom/live-transcription/README.md b/custom/live-transcription/README.md index 903c19a..a532c28 100644 --- a/custom/live-transcription/README.md +++ b/custom/live-transcription/README.md @@ -1,6 +1,6 @@ # Live Transcription -![Live Transcription](./image.png) +![Live Transcription](./image.gif) ### Live example @@ -30,9 +30,7 @@ yarn workspace @custom/live-transcription dev ### Setting up transcription -For testing the transcription service, you will have to register for a Deepgram API key and configure your Daily domain with that key. - -TODO: Add more instructions here, or point to docs when ready. +For testing the transcription service, you will have to register for a Deepgram API key and configure your Daily domain with that key. Get instructions under `enable_transcription` in our [domain configuration documentation](https://docs.daily.co/reference/rest-api/your-domain/config). ## How does this example work? @@ -40,6 +38,7 @@ In this example we extend the [basic call demo](../basic-call) with the ability We pass a custom tray object, a custom app object (wrapping the original in a new `TranscriptionProvider`) as well as add our `TranscriptionAside` panel. We also symlink both the `public` and `pages/api` folders from the basic call. +Single live transcription is only available to call owners, you must create a token when joining the call. ## Deploy your own on Vercel diff --git a/custom/live-transcription/image.gif b/custom/live-transcription/image.gif new file mode 100644 index 0000000..515b35b Binary files /dev/null and b/custom/live-transcription/image.gif differ