Class UserMeetingRecordingSetting

java.lang.Object
com.ringcentral.definitions.UserMeetingRecordingSetting

public class UserMeetingRecordingSetting extends Object
Meeting recording settings locked on account level
  • Field Details

    • localRecording

      public Boolean localRecording
      Allows hosts and participants to record a meeting to a local file
    • cloudRecording

      public Boolean cloudRecording
      Allows hosts to record and save a meeting/webinar in the cloud
    • recordSpeakerView

      public Boolean recordSpeakerView
      Allows to record active speaker with the shared screen
    • recordGalleryView

      public Boolean recordGalleryView
      Allows to record gallery view with the shared screen
    • recordAudioFile

      public Boolean recordAudioFile
      Allows to record an audio-only file
    • saveChatText

      public Boolean saveChatText
      Allows to save chat text from a meeting
    • showTimestamp

      public Boolean showTimestamp
      Allows to show timestamp on video
    • autoRecording

      public String autoRecording
      Automatic recording (local/cloud/none) of meetings as they start Default: local Enum: local, cloud, none
    • autoDeleteCmr

      public String autoDeleteCmr
      Automatic deletion of cloud recordings Default: false
    • autoDeleteCmrDays

      public Long autoDeleteCmrDays
      A specified number of days for automatic deletion of cloud recordings, the value range is 1-60 Format: int32
  • Constructor Details

    • UserMeetingRecordingSetting

      public UserMeetingRecordingSetting()
  • Method Details