Description
We were recently approved to try out the fully customizable Zoom SDK. In our e-mails with Zoom, they said we “should be able to go to https://marketplace.zoom.us/develop/create and be able to log in to create an app and have custom SDK as an option.”
On that page, I clicked “SDK” as the option, and filled out the steps. Then I saw a download list:
But downloading “Web SDK” here just gives me the regular Zoom Web SDK, not the fully customizable one.
From the fully customizable SDK docs (https://marketplace.zoom.us/docs/sdk/custom/web/build) I also tried running
npm install @zoomus/instantsdk --save
but that just says the package isn’t found.
Did I miss a step? I have also followed up via email, but thought this forum might be a faster way to see if I made a mistake somewhere. Thanks!