Package com.ringcentral.definitions
Class UserMeetingRecordingSetting
java.lang.Object
com.ringcentral.definitions.UserMeetingRecordingSetting
Meeting recording settings locked on account level
- 
Field SummaryFieldsModifier and TypeFieldDescriptionAutomatic deletion of cloud recordings Default: falseA specified number of days for automatic deletion of cloud recordings, the value range is 1-60 Format: int32Automatic recording (local/cloud/none) of meetings as they start Default: local Enum: local, cloud, noneAllows hosts to record and save a meeting/webinar in the cloudAllows hosts and participants to record a meeting to a local fileAllows to record an audio-only fileAllows to record gallery view with the shared screenAllows to record active speaker with the shared screenAllows to save chat text from a meetingAllows to show timestamp on video
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionautoDeleteCmr(String autoDeleteCmr) autoDeleteCmrDays(Long autoDeleteCmrDays) autoRecording(String autoRecording) cloudRecording(Boolean cloudRecording) localRecording(Boolean localRecording) recordAudioFile(Boolean recordAudioFile) recordGalleryView(Boolean recordGalleryView) recordSpeakerView(Boolean recordSpeakerView) saveChatText(Boolean saveChatText) showTimestamp(Boolean showTimestamp) 
- 
Field Details- 
localRecordingAllows hosts and participants to record a meeting to a local file
- 
cloudRecordingAllows hosts to record and save a meeting/webinar in the cloud
- 
recordSpeakerViewAllows to record active speaker with the shared screen
- 
recordGalleryViewAllows to record gallery view with the shared screen
- 
recordAudioFileAllows to record an audio-only file
- 
saveChatTextAllows to save chat text from a meeting
- 
showTimestampAllows to show timestamp on video
- 
autoRecordingAutomatic recording (local/cloud/none) of meetings as they start Default: local Enum: local, cloud, none
- 
autoDeleteCmrAutomatic deletion of cloud recordings Default: false
- 
autoDeleteCmrDaysA specified number of days for automatic deletion of cloud recordings, the value range is 1-60 Format: int32
 
- 
- 
Constructor Details- 
UserMeetingRecordingSettingpublic UserMeetingRecordingSetting()
 
- 
- 
Method Details- 
localRecording
- 
cloudRecording
- 
recordSpeakerView
- 
recordGalleryView
- 
recordAudioFile
- 
saveChatText
- 
showTimestamp
- 
autoRecording
- 
autoDeleteCmr
- 
autoDeleteCmrDays
 
-