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.
    • viewRecording

      public Boolean viewRecording
      Indicates that recording will be shown after the webinar and in emails.
    • onDemandDuration

      public String onDemandDuration
      Duration of on-demand webinar. The default value can only be used if the session is on demand. Default: SixMonths Enum: OneMonth, TwoMonths, ThreeMonths, SixMonths, OneYear
    • recordingExist

      public Boolean recordingExist
      Indicates that recording exists for the session.
    • autoOpenPostWebinarRegistration

      public Boolean autoOpenPostWebinarRegistration
      Indicates that post webinar registration will be opened automatically when webinar ends.
    • postWebinarRegistrationClosingTime

      public String postWebinarRegistrationClosingTime
      The time after which the post webinar will be closed automatically. Format: date-time
  • Constructor Details

    • RegSessionModelSettings

      public RegSessionModelSettings()
  • Method Details