Trying to run the Android Java sample I get:
Failed to initialize Zoom SDK. Error: 3, internalErrorCode=5003
I was first getting Error 1 and solved it by 1) using the key/secret instead of the token, and also by 2) generating a correct JWTTOKEN and using that instead of the key/secret.
I have confirmed that the web domain is set to “zoom.us” by putting a breakpoint in the initSDK function of InitAuthSDKHelper.java
What else do I need to do to authenticate the SDK?