Electron InitSDK() return 14

Description
Some windows PC always get 14(SDKERR_OTHER_SDK_INSTANCE_RUNNING: 14) error when call InitSDK() function. in fact pc never join or start any meeting with zoom app or my app before getting this error since PC power on.

Which version?
4.6.15094.0218

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Hi guan_bj,

Thanks for the post. Is the Zoom client app up and running in the background(even it is not in the meeting)? We used to have resource conflicts on Windows when you have both Zoom SDK and Zoom Client running on the same PC, but it has been fixed since v4.4.56616.1028. So the version you are using should have this problem. Could you provide the SDK log for us to further investigate?

Thanks!

I use zoom sdk version is: 4.6.15094.0218

which folder is the SDK log in windows electron

Hi guan_bj,

Thanks for the reply. I have consulted the engineering team regarding the issue you are facing, and the error code 14 in Electron means there are multiple instances running the SDK.

Hope this helps. Thanks!

Hi Carson
Thanks your help. I got the root cause. User install another app which integrates Zoom SDK too. Once other app init electron sdk, my app will return this error code.
BTW, zoom sdk has a little issue, that once calling cleanSDK, app can’t call initSDK again. so each app can’t uninit by cleanSDK.

Thanks for sharing this, I will forward this to the engineering team for investigation.