Class RegSessionModelSettings

java.lang.Object
com.ringcentral.definitions.RegSessionModelSettings

public class RegSessionModelSettings extends Object
  • Field Details

    • autoCloseLimit

      public Long autoCloseLimit
      The maximum number of registrants which forces closing the registration (0 means "off"). Format: int32
    • suppressEmails

      public Boolean suppressEmails
      Indicates that emails to registrants should be suppressed (should be supported by external party)
    • registrationDigestEnabled

      public Boolean registrationDigestEnabled
      Indicates that registration digest should be sent to host. Default: true
    • preventMultipleDeviceJoins

      public Boolean preventMultipleDeviceJoins
      Indicates that registrants are allowed to join from multiple devices.
    • workEmailRequired

      public Boolean workEmailRequired
      Indicates that work email address is required for registration.
  • Constructor Details

    • RegSessionModelSettings

      public RegSessionModelSettings()
  • Method Details