Need guidance on what type of App to create

This is just a general question about the type of App I should choose to create my next app.

I want to embed the Zoom experience into my web app, but I don’t want it to be published on the marketplace. It would essentially be a “Private App”. Users would be able to create and join meetings within my web app.

Looking through the docs, I am confused on whether I would use an OAuth app or an SDK app. The OAuth app would allow me to publish my app privately through a publishable URL, but the SDK app would allow me to embed the experience in my web app.

Any help/advice would be appreciative.
Thanks!

Hey @cmcaboy,

You will want to create a JWT App type to use the Web SDK.

Thanks,
Tommy