Oauth login using Android/Ios app

Description
I want to retrieve personal meeting id or the personal meeting url(for instant meetings) that we see under profile section of the logged in user.
When I am trying it using Android SDK, I do not get an option to get that personal meeting id or the url.

I know we can do that using zoom user api for which I want to understand how OAuth login can be carried out using Android application.

Hi @doersweb, thanks for the post.

The SDK is not a replacement for the REST API or vice-versa. As a result, there are various data that will be available through one, but not the other. OAuth login is something that is only applicable to a JWT app, and does not apply to an SDK app.

Through the SDK, you can retrieve the meeting number of your current meeting through getCurrentRtcMeetingNumber and the URL through getCurrentMeetingUrl.

Thanks!