1.4 KiB
1.4 KiB
Recording
Live example
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
cloudandlocalrecording 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
