- Source:
Category of endpoints for Zoom meetings
Methods
addAltHost(opts)
- Source:
Add one alt-host if not already in the list. If another user in the alt-host
list has been deactivated, all alt-hosts are removed and the requested
user is added as the only alt-host. This is because Zoom doesn't give us
enough information to determine which user is deactivated, and thus,
the only way to resolve the issue is to remove all previously existing
alt-hosts. (Light)
Parameters:
| Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
updated meeting object after adding alternative host
create(opts)
- Source:
Create a new meeting (Light)
Parameters:
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
Zoom meeting object https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate#request-body}
delete(opts)
- Source:
Delete a meeting (Light)
Parameters:
| Name | Type | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
Zoom meeting object https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate#request-body}
get(opts)
- Source:
Get info on a meeting (Light)
Parameters:
| Name | Type | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
Zoom meeting object
getActivitiesReport(opts)
- Source:
Get a meeting activities report (Heavy)
Parameters:
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
list of past meeting participants
getParticipantReport(opts)
- Source:
Get a participant report for a meeting (Heavy)
Parameters:
| Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
list of meeting participants with report details
getPastMeetingDetails(uuid)
- Source:
Get details of a past meeting instance (Light)
Parameters:
| Name | Type | Description |
|---|---|---|
uuid |
the Zoom UUID of the meeting |
Returns:
details of a past meeting instance
getPollInfo(opts)
- Source:
Get poll info (Light)
Parameters:
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
object with all info about the poll
getQAReport(opts)
- Source:
Get a question and answer report for a meeting (Heavy)
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
list of questions and answers from the meeting
getTranscript(opts)
- Source:
Get meeting transcript (Medium)
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
meeting transcript
listPastInstances(opts)
- Source:
Get a list of ended meeting instances (Medium)
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
list of ended meeting instances https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetings#responses
listPastMeetingParticipants(opts)
- Source:
Get list of participants in a past meeting (Medium)
Parameters:
| Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|
Returns:
list of past meeting participants
listPastPollOccurrences()
- Source:
List past poll occurrences (Medium)
Parameters:
| Name | Type | Description |
|---|---|---|
opts.uuid |
the Zoom UUID of the meeting |
Returns:
list of past poll occurrences
update(opts)
- Source:
Update a meeting (Light)
Parameters:
| Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
object containing all arguments
Properties
|