Device (please complete the following information):
Windows 10 (20H2 OS Build 19045.630)
Qt 5.10, MinGW C++
Additional context
The sdk_demo_v2 program runs fine: authentication using JWT works properly, and I can login to Zoom. But, on the same computer, my app (using the same JWT) always results in AUTHRET_OVERTIME. I have compared the steps taken in sdk_demo_v2 and matched them in my app, but still it fails to authenticate. Any suggestions would be appreciated.
What happens when you use your SDK Key and Secret instead of the JWT inside of your app?
You can replace AuthContext with AuthParam to test this scenario.
I managed to solve this problem on my own. I tried to close this post, but was unable. Please close it and forget about it. This one was entirely my error.