Zoom Disconnects and Reconnects the participant when Admitted from Waiting List

Description
From the last couple of days I observing this behavior that the participant gets disconnected and then gets automatically reconnected after the host admits them from waiting room.

I was not experiencing this before. Kindly get back to me asap As I have a app to release and that is on hold due to this glitch.

I can send 2 videos regarding the scenario if required.

Which version?
v4.6.15086.0209

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

  1. Schedule a new meeting with waiting room enable.
  2. Join as Host
  3. Join as Participant
  4. Admit Participant as Host

Basically in my app I was displaying a waiting screen with some events to perform and then after Host admits participant , I was displaying the participant that host has admitted you. But Now its closes the waiting screen as the meeting gets disconnected. :frowning:

1 Like

Hi asif.banaras,

Thanks for using Zoom SDK. This is a change that was recently introduced by the Zoom Client as one of the security enhancements and the Zoom SDK inherits the changes, and this behavior will only apply when the waiting room is enabled. Pardon the inconvenience caused by this. Our SDK provides the following listeners for waiting room events: https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingWaitingRoomController.InMeetingWaitingRoomListener.html and see if it could be helpful for your use cases.

Hope this helps. Thanks!

Hi Carson,
How do I set this listener?

Hi agarwal.sbh,

You could set this listener like all other in-meeting listeners and the listener will be triggered when an user joins or leaves the waiting room. In fact, you could customize the waiting room screen by following the instruction here: https://marketplace.zoom.us/docs/sdk/native-sdks/android/techniques/customize-waiting-ui

Hope this helps. Thanks!