Waiting room not working on iOS

Description
Waiting room closes on last version

Which version?
Last version
v4.6.21666.0428

Additional context
It gets to the delegate methods: onMeetingStateChange and onWaitingRoomStatusChange with needWaiting true, but returns to the previous viewcontroller outside the SDK.
If the meeting has no waiting room, it works fine.

Hi @andreviniciusandre,

Thanks for using Zoom SDK. Are you using Zoom default UI or Custom UI? Could you elaborate on the issue you are facing? I just tested our demo app and I did not encounter any issues when joining a meeting with waiting room, would appreciate for additional info.

Thanks!

I’m using the default UI. The demo app works, but our app has appdelegate with window in scene, and also the navigation controller has a scene UI in its stack before pushing the zoom root controller, do you think that could be the issue?

Hi @andreviniciusandre,

Thanks for the reply. Yes, that could be the issue since our iOS SDK does not support these new features in Xcode 11(UIScene, Dark mode, SwiftUI) yet.