Unable to find SDK Key (App ID) for Meeting SDK / Zoom App SDK
What I’m trying to do What I’ve done so far In the Zoom Marketplace → Develop → Build App, I selected User-managed app → Meeting SDK (sometimes labeled “Zoom App SDK” or “Meeting Component”). Filled out Basic Information, Surface, Embed, Connect, Scopes (only zoomapp:inmeeting), and Local Test → Add App. In the App Credentials panel I see Client ID / Client Secret (for OAuth), but no SDK Key or SDK Secret fields. I opened the Basic Info, Access, Surface, Embed, Connect, Scopes sections again—still only OAuth credentials. Developer Mode is enabled in the Zoom client and I can load my manifest in-meeting, but all zoomSdk calls silently fail because app_id isn’t set. What I expected A section at the top of App Credentials showing SDK Key (App ID) and SDK Secret, which I can copy into my manifest.json. Documentation indicates Meeting SDK apps use JWT via the SDK Key/Secret, so those values must exist somewhere. What actually happens Only OAuth Client ID/Secret are shown under App Credentials. No “SDK Key” or “App ID” label is visible anywhere in the UI. Question Where can I find or enable the SDK Key (App ID) and SDK Secret for a Meeting SDK app in the Zoom App Marketplace? Has the Marketplace UI for Meeting-Component apps changed recently? Any additional steps I’m missing to surface those fields?
I’m building a Meeting-Component app that uses the Zoom Apps SDK’s video_layer APIs to overlay a “✓” on the camera feed. my manifest.json needs an "app_id" set to my SDK Key (App ID).
Show less

