Package com.ringcentral.definitions
Class UserMeetingRecordingSetting
java.lang.Object
com.ringcentral.definitions.UserMeetingRecordingSetting
Meeting recording settings locked on account level
-
Field Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
Modifier 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
-
localRecording
Allows hosts and participants to record a meeting to a local file -
cloudRecording
Allows hosts to record and save a meeting/webinar in the cloud -
recordSpeakerView
Allows to record active speaker with the shared screen -
recordGalleryView
Allows to record gallery view with the shared screen -
recordAudioFile
Allows to record an audio-only file -
saveChatText
Allows to save chat text from a meeting -
showTimestamp
Allows to show timestamp on video -
autoRecording
Automatic recording (local/cloud/none) of meetings as they start Default: local Enum: local, cloud, none -
autoDeleteCmr
Automatic deletion of cloud recordings Default: false -
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
-
localRecording
-
cloudRecording
-
recordSpeakerView
-
recordGalleryView
-
recordAudioFile
-
saveChatText
-
showTimestamp
-
autoRecording
-
autoDeleteCmr
-
autoDeleteCmrDays
-