Zoom Meeting SDK Authentication Error

Description
I am trying to embed zoom into our application however when I try to join the meeting I keep getting this error:

Using a Zoom JWT App type API Key (apiKey) is no longer available in version 2.7.0+ of the SDK. Please use an SDK App type SDK Key (sdkKey) instead and the SDK JWT Auth flow

  1. errorCode: 3
  2. errorMessage: “Error Code: 3”
  3. method: “join”
  4. status: false

Even if I follow all the instructions in the guide included in the error message(which I cannot post a link to)

Browser Console Error
Using a Zoom JWT App type API Key (apiKey) is no longer available in version 2.7.0+ of the SDK. Please use an SDK App type SDK Key (sdkKey) instead and the SDK JWT Auth flow

Which Web Meeting SDK version?
3.1.6

Meeting SDK Code Snippets
It is the standard code snippter provided in the Zoom SDK guide

Screenshots
The Zoom apllication loading screen just hangs

Device (please complete the following information):

  • Device: Device independent
  • OS: OS independent
  • Browser: Browser independent

I am stuck please help

Hey @luca.licata
Thanks for reaching out to us
Can you please confirm if you are using a General app type?
You should be using the client ID and client secret associated with a general app type to get the meeting SDK up and running

Have you tried running our sample app?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.