I’ve been working on a Webhook only app and found out that those are not publishable on the Zoom marketplace. I am currently recreating the same app as an OAuth application.
The app solely relies on the meeting.participant_joined and meeting.participant_left event subscriptions.
I already read in this thread Webhooks and OAuth
that I don’t need to use the OAuth tokens and just to be sure:
Will I need them in the future in any way? Do I need to save them?
Since OAuth authentication is required to publish a Zoom application, is it enough if the redirect url return “Success” if the tokens could be retrieved (and “Error” if not)?