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.
@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.