cancel
Showing results for 
Search instead for 
Did you mean: 

Issues with zoom API (JWT)

ravikushwah
Listener

Hello,

 

We have integrated zoom API (JWT) in one of our product. After entering Zoom API and secret key we are getting error. Kindly check the attached screenshot.

 

Also JWT is showing App type will be deprecated. 

Please look into this matter and assist.

Waiting for the response.

1 REPLY 1

colegs
Community Champion | Zoom Employee
Community Champion | Zoom Employee

@ravikushwah the time out would indicate that you specified too short of a window for the token.  If you extend it to last longer, the error should go away.  ( Make sure you are programmatically generating a new token after each transaction).

 

I am not sure what you would like us to look into regarding the JWT being depreciated.  We have implemented server-to-server OAuth, and all new applications should use that instead of JWT.  The timeline is there to give everyone using a JWT application currently time to move off of JWT and onto the Server-to-Server OAuth.