I have a working application that uses the Zoom API with JWT. I would like to enhance the app to use a user’s Zoom account (using OAUTH) instead of the Zoom acct. for my app.
As I started this work, I realized that Zoom did not allow me to add OAUTH to my existing app, so I’m guessing I need to create a new App.
The questions are:
-
Is it even possible to use JWT and OAUTH together in a 3rd party app?
-
If so, do I use multiple Zoom Apps with my application to enable JWT and OATH separately?
Thanks in advance!