DEV Community

Cover image for Add Live Transcriptions to a Daily Video Call With Deepgram
Kevin Lewis for Deepgram

Posted on • Originally published at developers.deepgram.com

 

Add Live Transcriptions to a Daily Video Call With Deepgram

Daily allows developers to build in video and audio calls into their applications. Daily recently announced our partnership which brings accurate live transcriptions to video calls in just a few lines of code.

In their announcement, the team at Daily provide a super useful React.js demo and starter project. Today we're sharing a video tutorial on getting live transcription working, without a framework, in under 40 lines of code (including the HTML boilerplate).

This tutorial covers:

  1. How to set up a Daily video call using Daily Prebuilt.
  2. How to enable live transcriptions for your Daily domain.
  3. How to start transcribing your Daily video calls.

Important links:

Further reading:

If you have any questions, please feel free to reach out on Twitter - we're @DeepgramDevs.

Oldest comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git