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

Properties

string id [get, set]
 Internal object ID Example: 78654321 More...
 
string creationTime [get, set]
 Object creation time Required Format: date-time More...
 
string lastModifiedTime [get, set]
 Object last modification time Required Format: date-time More...
 
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...
 
string recordingSharedUri [get, set]
 Shared URI of the recording. If a password was required to join a webinar, the URI should contain the password encoded Required Format: uri Example: https://v.ringcentral.com/w/a/recording/de7yd8ew7yfsdfjh899843rgj?pw=a1b2c3d4 More...
 
SessionRefAdminModel session [get, set]
 

Property Documentation

◆ creationTime

string RingCentral.RecordingAdminExtendedItemModel.creationTime
getset

Object creation time Required Format: date-time

◆ duration

long? RingCentral.RecordingAdminExtendedItemModel.duration
getset

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

◆ failureReason

ApiError RingCentral.RecordingAdminExtendedItemModel.failureReason
getset

◆ id

string RingCentral.RecordingAdminExtendedItemModel.id
getset

Internal object ID Example: 78654321

◆ lastModifiedTime

string RingCentral.RecordingAdminExtendedItemModel.lastModifiedTime
getset

Object last modification time Required Format: date-time

◆ recordingSharedUri

string RingCentral.RecordingAdminExtendedItemModel.recordingSharedUri
getset

Shared URI of the recording. If a password was required to join a webinar, the URI should contain the password encoded Required Format: uri Example: https://v.ringcentral.com/w/a/recording/de7yd8ew7yfsdfjh899843rgj?pw=a1b2c3d4

◆ session

SessionRefAdminModel RingCentral.RecordingAdminExtendedItemModel.session
getset

◆ shared

bool? RingCentral.RecordingAdminExtendedItemModel.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.RecordingAdminExtendedItemModel.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.RecordingAdminExtendedItemModel.status
getset

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


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