What's the mean of the errorcode 15003 and why is happen when i auth

void SdkCallBack::onAuthenticationReturn(ZOOM_SDK_NAMESPACE::AuthResult ret)
{
if (ZOOM_SDK_NAMESPACE::AUTHRET_SUCCESS != ret)
{
ZOOM_SDK_NAMESPACE::IZoomLastError* err = const_cast<ZOOM_SDK_NAMESPACE::IZoomLastError*>(SDKInterfaceWrap::GetInst().GetLastError());
QMessageBox::information(nullptr, “错误”, QString(“认证失败,错误类型:%1 错误码:%2”)
.arg(err->GetErrorType()).arg(err->GetErrorCode()));
}
else {
SERVICE->login_zoom();
}
}

Hi qxcoder,

Thanks for using Zoom SDK. The error code 15003 means the auth request is timeout. What is the SDK version you are using? How often does this happen?

Thanks!

Thanks for your help,the reason is my mistake,I’m sorry for bothering you.

Glad to hear that it is working now. Happy Zooming! :slight_smile: