Is there a way to check SDK initialization completion?

The onError function is called after the join session.

  virtual void onError (ZoomVideoSDKErrors errorCode, int detailErrorCode) {
    printf("join session errorCode : %d  detailErrorCode: %d\n", errorCode, detailErrorCode);
  }

join session errorCode : 2003 detailErrorCode: 3

I think that Video SDK initialization has not been completed.
Is there a way to check the completion of initialization?

SDK Version: v1.10.11
OS: Linux

@masato.yamauchi could you capture an encrypted log for this?

  • How to enable SDK log

When initializing the SDK, set InitParam.enableLog to be true, then the log feature will be enabled, the default log size will be 5MB

ZOOM_SDK_NAMESPACE::InitParam initParam; initParam.domain = L"https://zoom.us"; initParam.enableLog = true;

  • Where to find SDK log
    • The SDK log files are encrypted files that end with the extension “.log”
    • Location: ~/.zoomvideosdk/logs or ~/.zoomsdk/logs/

Thanks @chunsiong.zoom
It has been confirmed that a log file is being output.
What should I do next?

@masato.yamauchi can I confirm if you are using Meeting SDK or Video SDK?

I’m using the Video SDK.
join session succeeds about once in five times.

Raising a ticket
ZSEE-126984