Adding listener to InMeetingWaitingRoomController.InMeetingWaitingRoomListener not working

Hi,
I am using Android sdk 5.11.
I added InMeetingWaitingRoomController.InMeetingWaitingRoomListener and expected the API onWatingRoomUserJoin would trigger for my meeting, where I am the host.
But the API was not invoked by zoom sdk. I also tried to read the participant list with
inMeetingService?.inMeetingUserList, then fetched the inMeetingService?.getUserInfoById(index). But even here it is not listing the participants waiting in the lobby, though it has the property IsinWaitingRoom. Could you guide on how to ensure that zoom android sdk notifies the participants waiting in the lobby

1 Like

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