Description
Keep getting AUTHRET_OVERTIME after calling SDKAuth(authContext)
Error
onAuthenticationReturn callback returns AUTHRET_OVERTIME. GetErrorCode returns 15003.
Which version?
Version.txt says “v5.2.42037.1112”. Calling GetVersion() returns “version 5.2.1 (42037.1112)”.
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.