diff --git a/README.md b/README.md index 37ff548..2e12bae 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,14 @@ The Zoom Marketplace build flow for a Zoom App may be found [here](https://marke The following are steps to take in each of the tabs in the build flow . . . -#### App Credentials +#### App Credentials (optional) If you enabled the "List app on Marketplace to be added by any Zoom user" toggle while creating your app on the Marketplace, you will see the following two sections: Development and Production. Note: The above option should only be selected if you intend to publish the app to the marketplace. This option can be enabled later as well under the "Activation" tab. The "Activation" tab only appears if you have not selected to list the app to be published +#### Setup on Zoom Marketplace + `your Ngrok origin` = ie. `https://9a20-38-99-100-7.ngrok.io` Follow these instructions for the "Development" section - Add `/api/zoomapp/home` in the Home URL field @@ -118,7 +120,7 @@ Follow these instructions for the "Development" section #### Scopes -- Add the following Scopes required for this Advanced Sample Zoom App: `zoomapp:inmeeting`, `user:read` +- Add the following **Scopes** required for this Advanced Sample Zoom App: `zoomapp:inmeeting`, `user:read` -- for `user:read`, enable all permissions with format `user:read:xxx` -- this can be done by searching `user:read` in the search bar:![alt text](screenshots/marketplace.zoom.us_develop_applications_Es_XW0ZYTXeXlYH7UNCJIA_scopes_mode=dev.png) - The Scopes referred to here are for the Zoom API - they are not exclusive to Zoom Apps. Please find documentation for the Zoom API [here](https://marketplace.zoom.us/docs/api-reference/introduction) - As with the Zoom App SDK APIs and events from the 'Features' tab, scopes selected here will be presented to users for consent before they may use the Zoom App. diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f016f0a..108d9c2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "react": "^17.0.1", "react-bootstrap": "^2.2.1", "react-dom": "^17.0.1", - "react-router-dom": "^6.26.2", + "react-router-dom": "^5.2.0", "react-select": "^4.3.1", "web-vitals": "^0.2.4" }, @@ -17227,8 +17227,8 @@ } }, "node_modules/react-router": { - "version": "6.26.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.2.tgz", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz", "integrity": "sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==", "license": "MIT", "dependencies": { @@ -17242,13 +17242,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.26.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.2.tgz", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.0.tgz", "integrity": "sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==", "license": "MIT", "dependencies": { "@remix-run/router": "1.19.2", - "react-router": "6.26.2" + "react-router": "5.2.0" }, "engines": { "node": ">=14.0.0" diff --git a/screenshots/marketplace.zoom.us_develop_applications_Es_XW0ZYTXeXlYH7UNCJIA_scopes_mode=dev.png b/screenshots/marketplace.zoom.us_develop_applications_Es_XW0ZYTXeXlYH7UNCJIA_scopes_mode=dev.png new file mode 100644 index 0000000..49e5ad5 Binary files /dev/null and b/screenshots/marketplace.zoom.us_develop_applications_Es_XW0ZYTXeXlYH7UNCJIA_scopes_mode=dev.png differ