Not able to find class APIUserConstants.java as mentioned in documentation

Hello Team,
I’m working on Android SDK integration, but not able to find class APIUserConstants.java for adding api_key, secret and user_id. Also AuthConstants.java don’t have APP_KEY, APP_SECRET variables to add app_key and secret.

  1. how can get USER_ID?

Version: v5.0.24437.070

Hi @pawan,

Thanks for the post. We have removed the APIUserConstants.java in the latest version of SDK and we have not updated the documentation yet. I will forward this to the doc team to update this. The corresponding variables are still in the authentication parameters.

The user ID could be your email address or you could retrieve it from Zoom API:https://marketplace.zoom.us/docs/api-reference/zoom-api/users/user

Thanks!