I need help enabling the zoomapp:inmeeting
scope for my General App to implement Zoom Apps SDK functionality.
Issue:
- I created a General App but the
zoomapp:inmeeting
scope is not available in the Scopes configuration - This scope is required for my Apps SDK implementation to work in beta testing
- I can only see “General App”, “Server to Server OAuth App”, and “Webhook Only App” options when creating new apps
Technical Details:
- App ID: ieANIUCyRzufxnzloN8RzQ
- App Type: General App
- SDK Version: @zoom/appssdk v0.16.0
- Manifest URL: https://[my-domain]/manifest.json (working correctly)
Question:
How can I get the zoomapp:inmeeting
scope added to my General App? Or do I need to create a different type of app for Apps SDK integration?
My app works perfectly in demo mode but needs this scope for beta testing in actual meetings.
Thank you!