Constructor
new Meetings()
- Source:
-
Methods
(async) createMeeting(params)
Parameters:
Name |
Type |
Description |
params |
CreateMeetingParams
|
params requires to create a meeting |
- Source:
-
(async) deleteMeeting(meetingId, occurrenceId, scheduleForReminder)
Parameters:
Name |
Type |
Description |
meetingId |
number
|
the id of the meeting to be deleted |
occurrenceId |
string
|
|
scheduleForReminder |
boolean
|
|
- Source:
-
(async) getListMeetings(params) → {Promise.<GetListMeetingsResponse>}
Parameters:
Name |
Type |
Description |
params |
GetListMeetingsParams
|
parameters requires to get a list of meetings |
- Source:
-
Returns:
- returns a meeting list or throwes an error
-
Type
-
Promise.<GetListMeetingsResponse>
(async) getMeeting(params)
Parameters:
Name |
Type |
Description |
params |
GetMeetingParams
|
params requires to get a meeting |
- Source:
-
(async) updateMeeting(params)
Parameters:
Name |
Type |
Description |
params |
UpdateMeetingParams
|
params requires to update a meeting |
- Source:
-
(async) updateMeetingStatus(meetingId, action)
Parameters:
Name |
Type |
Default |
Description |
meetingId |
number
|
|
the meeting id of the meeting to be updated |
action |
string
|
end
|
action of the meeting status |
- Source:
-