Unable to Find the ZOOM_TOKEN

Description
I am trying to run the example2 from the downloaded SDK of Zoom, but unable to find the ZOOM_TOKEN and USER_ID. Can you Please help me with this.

Which version?
v4.6.21666.0429

Hi @priyakvb,

Thanks for the post. The Zoom token is the token that you retrieved from Zoom REST API: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usertoken, and User_ID will be your email address or the ID retrieved from https://marketplace.zoom.us/docs/api-reference/zoom-api/users/user.

You may find the details in the doc: https://marketplace.zoom.us/docs/sdk/native-sdks/android/mastering-zoom-sdk/start-join-meeting/api-user/authentication

Hope this helps. Thanks!