daily-examples/dailyjs/recording
Jon e3e3ce370a added readme and renamed project 2021-07-14 17:58:09 +01:00
..
components added readme and renamed project 2021-07-14 17:58:09 +01:00
contexts added readme and renamed project 2021-07-14 17:58:09 +01:00
pages added readme and renamed project 2021-07-14 17:58:09 +01:00
.babelrc added readme and renamed project 2021-07-14 17:58:09 +01:00
README.md added readme and renamed project 2021-07-14 17:58:09 +01:00
env.example added readme and renamed project 2021-07-14 17:58:09 +01:00
image.png added readme and renamed project 2021-07-14 17:58:09 +01:00
next.config.js added readme and renamed project 2021-07-14 17:58:09 +01:00
package.json added readme and renamed project 2021-07-14 17:58:09 +01:00
public added readme and renamed project 2021-07-14 17:58:09 +01:00

README.md

Recording

Recording

Live example

See it in action here ➡️


What does this demo do?

  • Use startRecording to create a video and audio recording of your call. You can read more about Daily call recording (and the different modes and types) here
  • Supports both cloud and local recording modes (specified when creating the room or managed using the Daily dashboard)
  • Coming soon: supports different recording layouts and composites
  • Coming soon: use the Daily REST API to retrieve a list of cloud recordings for the current active room

To turn on recording, you need to be on the Scale plan. There is also a per minute recording fee for cloud recording.

Please note: this demo is not currently mobile optimised

Getting started

# set both DAILY_API_KEY and DAILY_DOMAIN
mv env.example .env.local

yarn
yarn workspace @dailyjs/recording dev

Deploy your own on Vercel

Deploy with Vercel