Waiting for host dialog

Description
The waiting for host dialog pops up with the following bugs:

  • Dialog pops up even with the custom UI flag set on the SDK.
  • Dialog ignores the support dark mode flag and is always in light mode.
  • Dialog close button doesn’t respond.
  • SDK pops two dialog when waiting for the the host.

Which version?
4.6.21666.0427

To Reproduce(If applicable)

  1. Start the demo app on MacOS
  2. select use custom UI flag.
  3. Join a personal meeting room that hasn’t been started by the host.

Hi timazed,

Thanks for using Zoom SDK and thanks for the post. I will forward these to the engineering team for investigation. May I inquire what is the Xcode version you are using to build the SDK app?

Thanks!

Hi Carson,

Xcode 10.3

Cheers,
Tima

Hi Tima,

Thanks for the reply. The engineering team is able to identify the issue you were mentioning and we will fix it in the next release.

Thanks!

Hi Carson,

Thanks for the quick turn around. Any idea on when that will be released?

Cheers,
Tima

Try this setting, it helped me

ZoomSDK.shared()?.getMeetingService()?.getMeetingConfiguration()?.jbhWindowVisible = false

1 Like

@dmytro awesome that disabled the pop up window for me. Thanks!

1 Like

Hi Tima,

I do not have an ETA at the moment but I will update here once I know it. You can also watch our Github repo to get any updates:https://github.com/zoom/zoom-sdk-electron

For now, you may disable the pop up windows as @dmytro mentioned above.

Thanks!

@dmytro Can you help? It sounds like you were able to use this poorly documented SDK. We’re struggling with this: getUserByUserID always returns nil

Hi @tmiskiew,

Please have a try with the answer I replied in getUserByUserID always returns nil, hope this helps. Thanks!