GithubHelp home page GithubHelp logo

zoom_report's Introduction

node.js server side application for reporting zoom meetings.

Additional feature to send WhatsApp messages with the twilio API

Create App in zoom marketplace

  1. Goto https://marketplace.zoom.us/develop/create and create a OAuth app
  2. Note the Client Secret and Client ID for later to use in the environment variables
  3. Enable this three scopes meeting:read, user:read, user:write
  4. In the app settings Redirect URL for OAuth shall be https://<your_server>/login
  5. Enable the event notification for the app Participant waits for host
  6. The endpoint URL for notification shall be https://<your_server>/trig

Run the app on your server

Set the environment variables:

  • PORT: 8080
  • clientID: <app_client_id_from_zoom_marketplace>
  • clientSecret: <app_client_secret_from_zoom_marketplace>
  • redirectURL: https://<your_server>/ Set this optional if you enable the event notifications in the app settings (see above) and have a twilio account
  • accountSid: <your_twilio_account_id>
  • authToken: <your_twilio_auth_token>
  • defaultPhone: +491xxxxxxxx
  • botPhone: +14155xxxxxx

This key value storage is needed to store the mapping of host_id and phone number in case you have more than one (deaultPhone) host_id !Check data privacy to be allowed to store!

  • keyvStore: <your_storage_adapter> # It can be eg. empty ' ' for in memory or 'mysql://user:pass@localhost:3306/dbname' or other see documentation here https://www.npmjs.com/package/keyv

node index.js

visit https://<your_server>:PORT you will redirect to zoom.us where you have to login and authorize the requested scopes.

Notes:

  • valid ssl certificate is needed to autohrize against zoom.us
  • code is quick and dirty only for testing/demo

References:

zoom_report's People

Contributors

aschiffler avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.