RegSessionModel
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ✅ | ID of the session |
registration_status | RegistrationStatus | ✅ | Status of the registration |
registrant_count | int | ✅ | The current number of registrants |
has_real_registrants | bool | ✅ | Indicates that there are non-test registrants |
registration_page_uri | str | ❌ | The URI of the registration landing page |
branding_descriptor_uri | str | ❌ | The URI of the branding descriptor |
icalendar_sequence | int | ❌ | Sequence number for iCalendar email attachments |
settings | Settings | ❌ |
RegistrationStatus
Status of the registration
Properties
Name | Type | Required | Description |
---|---|---|---|
OPEN | str | ✅ | "Open" |
CLOSED | str | ✅ | "Closed" |
Settings
Properties
Name | Type | Required | Description |
---|---|---|---|
auto_close_limit | int | ❌ | The maximum number of registrants which forces closing the registration (0 means "off"). |
suppress_emails | bool | ❌ | Indicates that emails to registrants should be suppressed (should be supported by external party) |
registration_digest_enabled | bool | ❌ | Indicates that registration digest should be sent to host. |
prevent_multiple_device_joins | bool | ❌ | Indicates that registrants are allowed to join from multiple devices. |
work_email_required | bool | ❌ | Indicates that work email address is required for registration. |
view_recording | bool | ❌ | Indicates that recording will be shown after the webinar and in emails. |
on_demand_duration | OnDemandDuration | ❌ | Duration of on-demand webinar. The default value can only be used if the session is on demand. |
recording_exist | bool | ❌ | Indicates that recording exists for the session. |
OnDemandDuration
Duration of on-demand webinar. The default value can only be used if the session is on demand.
Properties
Name | Type | Required | Description |
---|---|---|---|
ONEMONTH | str | ✅ | "OneMonth" |
TWOMONTHS | str | ✅ | "TwoMonths" |
THREEMONTHS | str | ✅ | "ThreeMonths" |
SIXMONTHS | str | ✅ | "SixMonths" |
ONEYEAR | str | ✅ | "OneYear" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs