Skip to main content
You can list and delete with the Daily API. We support "local" recording to a participant’s own device in addition to three cloud-based recording types: "cloud", "cloud-audio-only", and "raw-tracks". If you will be recording your calls, you might be interested in monitoring the status of those recordings. Daily’s recording events help you monitor that and respond accordingly.

The “recording” object

A recording object represents a single saved recording. See recording configuration for a full list of possible properties.
{
  "id": "0cb313e1-211f-4be0-833d-8c7305b19902",
  "room_name": "test-recording-room",
  "start_ts": 1548789650,
  "status": "finished",
  "max_participants": 2,
  "duration": 277,
  "tracks": [],
  "share_token": "NcWgEiJuqD8v"
}
Head to our recordings guide for detailed information on when and how to use each recording type.