Package com.ringcentral.definitions
Class MeetingRequestResource
java.lang.Object
com.ringcentral.definitions.MeetingRequestResource
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
Enum: Phone, ComputerAudioAutomatic record type Default: none Enum: local, cloud, noneIf true, then the waiting room for participants is enabledIf true, then only signed-in users can join this meetingString[]
List of global dial-in countries (eg.Enum: Instant, Scheduled, ScheduledRecurring, RecurringIf true, then participants are muted on entryMeeting password Format: passwordStarting meetings with participant video on/off (true/false)Custom topic of a meetingIf true, then personal user's meeting ID is applied for creation of this meeting -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowJoinBeforeHost
(Boolean allowJoinBeforeHost) alternativeHosts
(String alternativeHosts) audioOptions
(String[] audioOptions) autoRecordType
(String autoRecordType) enableWaitingRoom
(Boolean enableWaitingRoom) enforceLogin
(Boolean enforceLogin) globalDialInCountries
(String[] globalDialInCountries) host
(HostInfoRequest host) meetingType
(String meetingType) muteParticipantsOnEntry
(Boolean muteParticipantsOnEntry) recurrence
(RecurrenceInfo recurrence) schedule
(MeetingScheduleResource schedule) startHostVideo
(Boolean startHostVideo) startParticipantsVideo
(Boolean startParticipantsVideo) usePersonalMeetingId
(Boolean usePersonalMeetingId)
-
Field Details
-
topic
Custom topic of a meeting -
meetingType
Enum: Instant, Scheduled, ScheduledRecurring, Recurring -
schedule
-
password
Meeting password Format: password -
host
-
allowJoinBeforeHost
-
startHostVideo
-
startParticipantsVideo
Starting meetings with participant video on/off (true/false) -
usePersonalMeetingId
If true, then personal user's meeting ID is applied for creation of this meeting -
audioOptions
Enum: Phone, ComputerAudio -
recurrence
-
autoRecordType
Automatic record type Default: none Enum: local, cloud, none -
enforceLogin
If true, then only signed-in users can join this meeting -
muteParticipantsOnEntry
If true, then participants are muted on entry -
enableWaitingRoom
If true, then the waiting room for participants is enabled -
globalDialInCountries
List of global dial-in countries (eg. US, UK, AU, etc.) -
alternativeHosts
-
-
Constructor Details
-
MeetingRequestResource
public MeetingRequestResource()
-
-
Method Details
-
topic
-
meetingType
-
schedule
-
password
-
host
-
allowJoinBeforeHost
-
startHostVideo
-
startParticipantsVideo
-
usePersonalMeetingId
-
audioOptions
-
recurrence
-
autoRecordType
-
enforceLogin
-
muteParticipantsOnEntry
-
enableWaitingRoom
-
globalDialInCountries
-
alternativeHosts
-