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

Properties

string status [get, set]
 Recording status Required Example: Available Enum: Processing, Available, Failed, Purged More...
 
ApiError failureReason [get, set]
 
long? duration [get, set]
 Recording duration in seconds Minimum: 1 Format: int32 Example: 3600 More...
 
bool? shared [get, set]
 Indicates if Host or Admin has shared a recording. Can be set to true only then recording status is 'Available'. Example: true More...
 
string sharedUriExpirationTime [get, set]
 Time after which recording shared link cannot be accessed by recipients. Format: date-time Example: 2023-10-01T10:05:00.000Z More...
 

Property Documentation

◆ duration

long? RingCentral.RecordingBaseModel.duration
getset

Recording duration in seconds Minimum: 1 Format: int32 Example: 3600

◆ failureReason

ApiError RingCentral.RecordingBaseModel.failureReason
getset

◆ shared

bool? RingCentral.RecordingBaseModel.shared
getset

Indicates if Host or Admin has shared a recording. Can be set to true only then recording status is 'Available'. Example: true

◆ sharedUriExpirationTime

string RingCentral.RecordingBaseModel.sharedUriExpirationTime
getset

Time after which recording shared link cannot be accessed by recipients. Format: date-time Example: 2023-10-01T10:05:00.000Z

◆ status

string RingCentral.RecordingBaseModel.status
getset

Recording status Required Example: Available Enum: Processing, Available, Failed, Purged


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