RingCentral .Net SDK
Properties | List of all members
RingCentral.CallLogRecordingInfo Class Reference

Call recording data. Returned if the call was recorded More...

Properties

string id [get, set]
 Internal identifier of the call recording Required More...
 
string uri [get, set]
 Link to the call recording metadata resource Required Format: uri More...
 
string type [get, set]
 Indicates recording mode used Required Enum: Automatic, OnDemand More...
 
string contentUri [get, set]
 Link to a call recording binary content. Has to be retrieved with proper authorization (access token must be passed via Authorization header or query parameter) Required Format: uri More...
 

Detailed Description

Call recording data. Returned if the call was recorded

Property Documentation

◆ contentUri

string RingCentral.CallLogRecordingInfo.contentUri
getset

Link to a call recording binary content. Has to be retrieved with proper authorization (access token must be passed via Authorization header or query parameter) Required Format: uri

◆ id

string RingCentral.CallLogRecordingInfo.id
getset

Internal identifier of the call recording Required

◆ type

string RingCentral.CallLogRecordingInfo.type
getset

Indicates recording mode used Required Enum: Automatic, OnDemand

◆ uri

string RingCentral.CallLogRecordingInfo.uri
getset

Link to the call recording metadata resource Required Format: uri


The documentation for this class was generated from the following file: