Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 743 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 743 Bytes

Intro

Zoom unifies cloud video conferencing, simple online meetings, group messaging, and a software-defined conference room solution into one easy-to-use platform. The following goes over the various API calls that Zoom provides.

Installation

Simply provide the API Key and secret for your account to make API calls. See Zoom Documentation for further details.

Summary

Zoom's REST API allows for robust management of

  • Meetings
  • Users
  • Reports
  • Groups
  • Recordings
  • Webinars

This allows for complete control of the pre/post meeting experience from your own web-page.

Notes

Please note, this is incomplete and not tested.