Methods
(async) addMeetingRegistrant(params) → {Promise.<AddMeetingRegistrantResponse>}
Parameters:
Name | Type | Description |
---|---|---|
params |
AddMeetingRegistratParams | parameters requires to add a meeting registrat |
- Source:
Returns:
- returns a meeting registrant or throws an error
- Type
- Promise.<AddMeetingRegistrantResponse>
(async) getListMeetingRegistrants(params) → {Promise.<GetMeetingRegistrantListResponse>}
Parameters:
Name | Type | Description |
---|---|---|
params |
GetListMeetingRegistrantsParams | parameters requires to get a list of meeting registrants |
- Source:
Returns:
- returns a list of meeting registrants or throws an error
- Type
- Promise.<GetMeetingRegistrantListResponse>
(async) updateMeetingRegistrantsStatus(params) → {Promise.<string>}
Parameters:
Name | Type | Description |
---|---|---|
params |
UpdateRegistrantStatusParams | parameters requires to update registrant statuses |
- Source:
Returns:
- returns a success message or throws an error
- Type
- Promise.<string>