Use OAuth from an Android app

Description
We have an Android app for which we need to integrate the Zoom. On using the Zoom Android SDK, app size increased by 5-6 times. So we are planning to integrate from the backend server.
Requirements are that a recruiter should be able to create a meeting and invite the required participant(s). Applicants should be able to join those meetings from the android app.
Has anybody implemented this using OAuth? Please help. How do i start with this?
TIA.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Hey @nikithabagalkoti,

Thank you for reaching out to the Zoom Developer Forum. The Android SDK itself only uses a JWT Token generated from the SDK Key and Secret which also means that the meetings the SDK can host must be from the same account as the credentials.

While you could create an OAuth app to make API calls it might make more sent to use a JWT App in order to make API calls as they are likely specific to your account.

Let me know if that helps.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.