Package com.ringcentral.definitions
Class RegSessionModelSettings
java.lang.Object
com.ringcentral.definitions.RegSessionModelSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe maximum number of registrants which forces closing the registration (0 means "off").Indicates that registrants are allowed to join from multiple devices.Indicates that registration digest should be sent to host.Indicates that emails to registrants should be suppressed (should be supported by external party)Indicates that work email address is required for registration. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoCloseLimit
(Long autoCloseLimit) preventMultipleDeviceJoins
(Boolean preventMultipleDeviceJoins) registrationDigestEnabled
(Boolean registrationDigestEnabled) suppressEmails
(Boolean suppressEmails) workEmailRequired
(Boolean workEmailRequired)
-
Field Details
-
autoCloseLimit
The maximum number of registrants which forces closing the registration (0 means "off"). Format: int32 -
suppressEmails
Indicates that emails to registrants should be suppressed (should be supported by external party) -
registrationDigestEnabled
Indicates that registration digest should be sent to host. Default: true -
preventMultipleDeviceJoins
Indicates that registrants are allowed to join from multiple devices. -
workEmailRequired
Indicates that work email address is required for registration.
-
-
Constructor Details
-
RegSessionModelSettings
public RegSessionModelSettings()
-
-
Method Details
-
autoCloseLimit
-
suppressEmails
-
registrationDigestEnabled
-
preventMultipleDeviceJoins
-
workEmailRequired
-