Class RecordingItemExtendedModel

java.lang.Object
com.ringcentral.definitions.RecordingItemExtendedModel

public class RecordingItemExtendedModel extends Object
  • Field Details

    • id

      public String id
      Internal object ID Example: 78654321
    • creationTime

      public String creationTime
      Object creation time Required Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      Object last modification time Required Format: date-time
    • status

      public String status
      Recording status Required Example: Available Enum: Processing, Available, Failed, Purged
    • failureReason

      public ApiError failureReason
    • duration

      public Long duration
      Recording duration in seconds Minimum: 1 Format: int32 Example: 3600
    • shared

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

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

      public String recordingSharedUri
      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

      public SessionRefModel session
  • Constructor Details

    • RecordingItemExtendedModel

      public RecordingItemExtendedModel()
  • Method Details