Getting onZoomSDKInitializeResult, errorCode= 1 internalErrorCode= 0

this is my Constant Class

public interface Constants {

// TODO Change it to your web domain
String WEB_DOMAIN = "zoom.us";

// TODO change it to your user ID
String USER_ID = "Your user ID from REST API";

// TODO change it to your token
String ZOOM_ACCESS_TOKEN = "Your zak from REST API";

// TODO Change it to your exist meeting ID to start meeting
String MEETING_ID = null;

/**
 * We recommend that, you can generate jwttoken on your own server instead of hardcore in the code.
 * We hardcore it here, just to run the demo.
 *
 * You can generate a jwttoken on the https://jwt.io/
 * with this payload:
 * {
 *     "appKey": "string", // app key
 *     "iat": long, // access token issue timestamp
 *     "exp": long, // access token expire time
 *     "tokenExp": long // token expire time
 * }
 */
public final static String SDK_JWTTOKEN ="BC_WH6SQRIeJ7zWGR8goUQ";

}

Welcome and thanks for writing us @nidhindevolepment! We are happy to help. To begin, can you please share the following information:

Description

A clear and concise description of what the question is.

Browser Console Error

The full error message or issue you are running into.

Which Web Meeting SDK version?

Knowing the version can help us to identify your issue faster. [e.g. 1.9.9]

Meeting SDK Code Snippets

The code snippets that are causing the error / issue so we can reproduce.

To Reproduce(If applicable)

Steps to reproduce the behavior:

  1. Go to ‘…’

  2. Click on ‘…’

  3. Scroll down to ‘…’

  4. See error

Screenshots

If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device: [e.g. Macbook Pro]

  • OS: [e.g. macOS 11]

  • Browser: [e.g. Chrome]

  • Browser Version [e.g. 88.0.4324.150 (Official Build) (x86_64)]

Additional context

Add any other context about the problem here.