Description
So I finished developing integration from our schedule module at work, to Zoom, so each user automatically get a meeting link via Zoom API straight to his/hers session card.
Everything is working fine for me as a developer, but when I try with other accounts it gives an error that the “App” is not published and needs to be reviewed by Zoom staff.
The thing is, that I don’t need any “Standalone App” that people could download from the Zoom Marketplace. I just need to be able to use the Zoom API with different user Id(s).
So my question is if I have to apply for an App in Zoom Market Place? and people could download it somehow? (no idea why would people do that, I just need to be able to use the API for requests as I said earlier).
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Thanks!