An example react project with zoom sdk implementation
.env
Add the following keys to .env
file
REACT_APP_ZOOM_API_KEY=YOUR_ZOOM_API_KEY
REACT_APP_ZOOM_API_SECRET_KEY=YOUR_ZOOM_SECRET_KEY
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.