CleanUPSDK failed on Linux

Hi,

I got error SDKERR_WRONG_USAGE returned from CleanUPSDK() on Ubuntu 22.04 (SDK version 6.4.10.2701). The InitSDK() and CleanUPSDK() are in the same thread. InitSDK() returned SDKERR_SUCCESS and joined the meeting successfully. Before CleanUPSDK(), DestroyMeetingServic(), DestroySettingService() and DestroyAuthService() have been called and returned SDKERR_SUCCESS.

An interesting thing is that if in onAuth() callback, which will be called when onAuthenticationReturn gets AUTHRET_SUCCESS, I invoke meetingService->Join(joinParam) (no error returned), although it does nothing in onJoin() callback, the CleanUPSDK() gonna fail. But if I doesn’t invoke meetingService->Join(joinParam), CleanUPSDK() will return SDKERR_SUCCESS.

I also got the logs but it is encrypted. Could any one let me know what could be the reason of this error? And it looks like I can only upload pictures here, so can I send the logs to some one who could decrypt it for me?

Thank you!