Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 602 Bytes

zoom.md

File metadata and controls

18 lines (12 loc) · 602 Bytes

Zoom configuration

Creating your Zoom App

  • Navigate to https://marketplace.zoom.us/develop/create, choose oauth and click Create.

  • Give it a name, e.g. 'Response'

  • Select Account-level app

  • Hit Create

  • Fill out all the information, and move to the App Credentials section.

  • Note your API Key and your API Secret

  • Configure your environment variables as follows:

    • ZOOM_API_KEY is the noted API Key
    • ZOOM_API_SECRET is the noted API Secret
    • ZOOM_USER_ID is the email you use to log into your Zoom account.