The onWaitingRoomStatusChange event is not called when a breakout room is opened

Description
When a breakout room is opened, the event to enter the waiting room (onWaitingRoomStatusChange (needWaiting = NO)) is not called. The event to leave the waiting room (onWaitingRoomStatusChange (needWaiting = YES)) is called, so unnecessary dismissViewControllerAnimated is executed.

Which iOS Meeting SDK version?
zoom-sdk-ios-5.15.3.8898
zoom-sdk-ios-5.14.10.8635

To Reproduce(If applicable)

  1. Enable “Custom Meeting”.
  2. Join a meeting.
  3. The host assigns the user to a breakout room and opens all rooms.

At this time, onWaitingRoomStatusChange:needWaiting in CustomMeetingViewController+MeetingDelegate.m is called only once (needWaiting=NO).

dismissViewControllerAnimated is executed unnecessarily because the processing of leaving without entering the waiting room is performed.

Smartphone (please complete the following information):

  • iPhone 11 pro Max
  • iOS 16.5.1
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.