This meeting id is not valid. please check and try again

Hi Jim,

Thank you for using Zoom SDK. Regarding your questions:

  1. “Initialized ZoomSDK with apiKey and apiSecret” – Please ensure that you pass SDK keys & secrets to the AppKey & AppSecret(in 0118)/ SDKKey & SDKSecret(in the latest version), passing API key and secret will let to error.
  2. After you successfully initialized the SDK, if you would like to use token & zak to start meeting, use your API key & secret (not SDK key) and follow the instruction in the documentation to retrieve your tokens. https://marketplace.zoom.us/docs/sdk/native-sdks/android/mastering-zoom-sdk/start-join-meeting/api-user/authentication
  3. Once you have retrieved the tokens, you can use that tokens to start a meeting if and only if an existing meeting has been successfully scheduled by the user that is associated with the tokens. If the meeting is not being scheduled, you will see the “This meeting ID is not valid” error. If the meeting is not being scheduled by the user, the user will join the meeting instead of hosting the meeting.

Please refer to our demo app regarding the exact implementation of how to start a meeting using tokens.
Let me know if you have any other questions. Thanks!