cloudRecording

Source:
Author:
  • Gabe Abrams
  • Aryan Pandey
Category of endpoints for Zoom cloud recordings

Methods

listMeetingRecordings(opts)

Source:
Author:
  • Aryan Pandey
Get all recordings of a meeting
Parameters:
Name Type Description
opts object containing all arguments
options.meetingId the Zoom meeting ID or UUID
Returns:

listUserRecordings(opts)

Source:
Author:
  • Aryan Pandey
List all cloud recordings of a user
Parameters:
Name Type Description
opts object containing all arguments
Properties
Name Type Attributes Default Description
userId the user ID or email address of the user
pageSize <optional>
300 number of records returned from a single API call
nextPageToken <optional>
token used to pageinate through large result sets
searchTrash <optional>
false set to true to retrieve meeting recordings from the trash.
startDate <optional>
1 month before today string accepted by JS Date constructor or instance of Date object. Date needs to be within past 6 months. Time data (hours and seconds) is discarded
endDate <optional>
string accepted by JS Date constructor or instance of Date object. Date needs to be within past 6 months. Time data (hours and seconds) is discarded
Returns: