recordings

recordings/:id/access-link

Generate an access link for a recording

get/recordings/{recording_id}/access-link

Path parameters

recording_idstring required

Response

200

download_linkstring
expiresinteger
storage_provider'aws' | 'oci'

The storage provider the recording was written to. aws for Amazon S3 (including Daily's own storage), oci for OCI Object Storage.

Example response

{
  "download_link": "https://daily-meeting-recordings.s3.us-west-2.amazonaws.com/api-demo/hello/1548790973821?AWSAccessKeyId=AKIAJVYA3B2F4672K3RQ&Expires=1548809176&Signature=xfSPW1kXksNriqmlm%2FT9hb%2Fq%2Bas%3D&response-content-disposition=attachment%3B%20filename%3D%22api-demo%2Fhello%2F1548790973821.webm%22",
  "expires": 1548809176,
  "storage_provider": "aws"
}

Changes

Changed in 1 of the 5 revisions of this API.1

    • added the optional property to the response with the status

      response-optional-property-added