zoomapps-advancedsample-react
zoomapps-advancedsample-react copied to clipboard
This repository contains an Advanced Zoom Apps Sample. It should serve as a starting point for you to build and test your own Zoom App in development.
@SafeeSaif Testing the sample app with Ngrok works great! What's next? Please provide documentation for setting up the sample app in a cloud environment.
I followed the instructions. When I try to install the app by visiting `/api/zoomapp/install`, this error happens. ``` backend_1 | INSTALL HANDLER ========================================================== backend_1 | backend_1 | 1. Begin add...
The [decryptZoomAppContext routine](https://github.com/zoom/zoomapps-advancedsample-react/blob/a27f7673d022b83c0e05263eb4ccd0877d35fab0/backend/util/zoom-helpers.js#L6C10-L6C31) is used to [decrypt the X-Zoom-App-Context header](https://developers.zoom.us/docs/zoom-apps/zoom-app-context/#decrypting-the-header-value). The decrypted value contains important information for the application, such as the user's ID and action, which the Zoom application...