Skip to content

RcCallRecording

RingCentral call-recording metadata. Recording and download URLs can be sensitive.

Properties

Property Type Required Description
id string No RingCentral recording identifier.
uri string · uri No RingCentral recording resource URI.
type string No Whether recording was automatic or started on demand. Allowed values: Automatic, OnDemand.
contentUri string · uri No RingCentral media endpoint. Access normally requires a RingCentral OAuth token.
link string · uri No Browser-accessible recording link when RingCentral provides one.

Example

{
  "id": "string",
  "uri": "https://example.com",
  "type": "Automatic",
  "contentUri": "https://example.com",
  "link": "https://example.com"
}