Recordings
Recordings
You can start, update, or stop a recording with the Daily API.
This set of endpoints can start "cloud"
or "raw-tracks"
recordings. It will default to "cloud"
recordings. You can use the recordings endpoints to get more information about the status of a given recording.
The endpoints are mostly equivalent to the startRecording()
, updateRecording()
, and stopRecording()
calls found in our daily-js
library.
Head to our recordings guide for detailed information on using recordings.