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

Scheduling meeting settings locked on account level || Settings defining how to schedule user meetings More...

Properties

bool? enforceLogin [get, set]
 If true, then only signed-in users can join this meeting More...
 
bool? startHostVideo [get, set]
 Starting meetings with host video on/off (true/false) More...
 
bool? startParticipantsVideo [get, set]
 Starting meetings with participant video on/off (true/false) More...
 
string[] audioOptions [get, set]
 Determines how participants can join the audio channel of a meeting Enum: Phone, ComputerAudio, ThirdParty More...
 
bool? allowJoinBeforeHost [get, set]
 Allows participants to join the meeting before the host arrives More...
 
bool? usePmiForScheduledMeetings [get, set]
 Determines whether to use Personal Meeting ID (PMI) when scheduling a meeting More...
 
bool? usePmiForInstantMeetings [get, set]
 Determines whether to use Personal Meeting ID (PMI) when starting an instant meeting More...
 
bool? requirePasswordForSchedulingNewMeetings [get, set]
 A password will be generated when scheduling a meeting and participants will require password to join a meeting. The Personal Meeting ID (PMI) meetings are not included More...
 
bool? requirePasswordForScheduledMeetings [get, set]
 Specifies whether to require a password for meetings which have already been scheduled More...
 
string defaultPasswordForScheduledMeetings [get, set]
 Password for already scheduled meetings. Users can set it individually More...
 
bool? requirePasswordForInstantMeetings [get, set]
 A random password will be generated for an instant meeting, if set to true. If you use PMI for your instant meetings, this option will be disabled More...
 
string requirePasswordForPmiMeetings [get, set]
 Specifies whether to require a password for meetings using Personal Meeting ID (PMI). The supported values are: 'none', 'all' and 'jbhOnly' (joined before host only) Enum: all, none, jbhOnly More...
 
string pmiPassword [get, set]
 The default password for Personal Meeting ID (PMI) meetings More...
 
bool? pstnPasswordProtected [get, set]
 Specifies whether to generate and require a password for participants joining by phone More...
 
bool? muteParticipantsOnEntry [get, set]
 

Detailed Description

Scheduling meeting settings locked on account level || Settings defining how to schedule user meetings

Property Documentation

◆ allowJoinBeforeHost

bool? RingCentral.ScheduleUserMeetingInfo.allowJoinBeforeHost
getset

Allows participants to join the meeting before the host arrives

◆ audioOptions

string [] RingCentral.ScheduleUserMeetingInfo.audioOptions
getset

Determines how participants can join the audio channel of a meeting Enum: Phone, ComputerAudio, ThirdParty

◆ defaultPasswordForScheduledMeetings

string RingCentral.ScheduleUserMeetingInfo.defaultPasswordForScheduledMeetings
getset

Password for already scheduled meetings. Users can set it individually

◆ enforceLogin

bool? RingCentral.ScheduleUserMeetingInfo.enforceLogin
getset

If true, then only signed-in users can join this meeting

◆ muteParticipantsOnEntry

bool? RingCentral.ScheduleUserMeetingInfo.muteParticipantsOnEntry
getset

◆ pmiPassword

string RingCentral.ScheduleUserMeetingInfo.pmiPassword
getset

The default password for Personal Meeting ID (PMI) meetings

◆ pstnPasswordProtected

bool? RingCentral.ScheduleUserMeetingInfo.pstnPasswordProtected
getset

Specifies whether to generate and require a password for participants joining by phone

◆ requirePasswordForInstantMeetings

bool? RingCentral.ScheduleUserMeetingInfo.requirePasswordForInstantMeetings
getset

A random password will be generated for an instant meeting, if set to true. If you use PMI for your instant meetings, this option will be disabled

◆ requirePasswordForPmiMeetings

string RingCentral.ScheduleUserMeetingInfo.requirePasswordForPmiMeetings
getset

Specifies whether to require a password for meetings using Personal Meeting ID (PMI). The supported values are: 'none', 'all' and 'jbhOnly' (joined before host only) Enum: all, none, jbhOnly

◆ requirePasswordForScheduledMeetings

bool? RingCentral.ScheduleUserMeetingInfo.requirePasswordForScheduledMeetings
getset

Specifies whether to require a password for meetings which have already been scheduled

◆ requirePasswordForSchedulingNewMeetings

bool? RingCentral.ScheduleUserMeetingInfo.requirePasswordForSchedulingNewMeetings
getset

A password will be generated when scheduling a meeting and participants will require password to join a meeting. The Personal Meeting ID (PMI) meetings are not included

◆ startHostVideo

bool? RingCentral.ScheduleUserMeetingInfo.startHostVideo
getset

Starting meetings with host video on/off (true/false)

◆ startParticipantsVideo

bool? RingCentral.ScheduleUserMeetingInfo.startParticipantsVideo
getset

Starting meetings with participant video on/off (true/false)

◆ usePmiForInstantMeetings

bool? RingCentral.ScheduleUserMeetingInfo.usePmiForInstantMeetings
getset

Determines whether to use Personal Meeting ID (PMI) when starting an instant meeting

◆ usePmiForScheduledMeetings

bool? RingCentral.ScheduleUserMeetingInfo.usePmiForScheduledMeetings
getset

Determines whether to use Personal Meeting ID (PMI) when scheduling a meeting


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