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

Meeting recording settings locked on account level More...

Properties

bool? localRecording [get, set]
 Allows hosts and participants to record a meeting to a local file More...
 
bool? cloudRecording [get, set]
 Allows hosts to record and save a meeting/webinar in the cloud More...
 
bool? recordSpeakerView [get, set]
 Allows to record active speaker with the shared screen More...
 
bool? recordGalleryView [get, set]
 Allows to record gallery view with the shared screen More...
 
bool? recordAudioFile [get, set]
 Allows to record an audio-only file More...
 
bool? saveChatText [get, set]
 Allows to save chat text from a meeting More...
 
bool? showTimestamp [get, set]
 Allows to show timestamp on video More...
 
string autoRecording [get, set]
 Automatic recording (local/cloud/none) of meetings as they start Default: local Enum: local, cloud, none More...
 
string autoDeleteCmr [get, set]
 Automatic deletion of cloud recordings Default: false More...
 
long? autoDeleteCmrDays [get, set]
 A specified number of days for automatic deletion of cloud recordings, the value range is 1-60 Format: int32 More...
 

Detailed Description

Meeting recording settings locked on account level

Property Documentation

◆ autoDeleteCmr

string RingCentral.UserMeetingRecordingSetting.autoDeleteCmr
getset

Automatic deletion of cloud recordings Default: false

◆ autoDeleteCmrDays

long? RingCentral.UserMeetingRecordingSetting.autoDeleteCmrDays
getset

A specified number of days for automatic deletion of cloud recordings, the value range is 1-60 Format: int32

◆ autoRecording

string RingCentral.UserMeetingRecordingSetting.autoRecording
getset

Automatic recording (local/cloud/none) of meetings as they start Default: local Enum: local, cloud, none

◆ cloudRecording

bool? RingCentral.UserMeetingRecordingSetting.cloudRecording
getset

Allows hosts to record and save a meeting/webinar in the cloud

◆ localRecording

bool? RingCentral.UserMeetingRecordingSetting.localRecording
getset

Allows hosts and participants to record a meeting to a local file

◆ recordAudioFile

bool? RingCentral.UserMeetingRecordingSetting.recordAudioFile
getset

Allows to record an audio-only file

◆ recordGalleryView

bool? RingCentral.UserMeetingRecordingSetting.recordGalleryView
getset

Allows to record gallery view with the shared screen

◆ recordSpeakerView

bool? RingCentral.UserMeetingRecordingSetting.recordSpeakerView
getset

Allows to record active speaker with the shared screen

◆ saveChatText

bool? RingCentral.UserMeetingRecordingSetting.saveChatText
getset

Allows to save chat text from a meeting

◆ showTimestamp

bool? RingCentral.UserMeetingRecordingSetting.showTimestamp
getset

Allows to show timestamp on video


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