MeetingSettingsInfomeeting_registration_type Enumeration |
Registration type.
Namespace:
NetQuarry.Services.Zoom
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum meeting_registration_type
Public Enumeration meeting_registration_type
Members
| Member name | Value | Description |
---|
| Once | 1 |
Attendees register once and can attend any of the occurrences.
|
| Each | 2 |
Attendees need to register for each occurrence to attend.
|
| OnceAndChoose | 3 |
Attendees register once and can choose one or more occurrences to attend.
|
See Also