Showing Non Video Participants option with Custom UI

Description
When using a customized UI with the Android SDK and setting the InMeetingSetting.setShowNonVideoParticipants to false, does Zoom handle removing participants without video or is there additional work to our video view that is needed to achieve the same result as the Zoom app to hide participants who have no video feed?

Which Android Meeting SDK version?
5.13.10.12577

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

  1. Set up custom UI zoom app
  2. During a meeting, set the function call setShowNonVideoParticipants to false (same behavior as true)
  3. Have a few participants join the meeting
  4. Observe if the participants are hidden if their video feed is turned off.

Screenshots
If applicable, add screenshots to help explain your problem.

Troubleshooting Routes
Tried using the sample app to no definitive answer.

Smartphone (please complete the following information):

  • OS : Android 11

Additional context
Add any other context about the problem here.

Hello @derrick1 ,

Thanks for posting on our developer forum. Wondering if the function you mention InMeetingSetting.setShowNonVideoParticipants equals MeetingSettingsHelper.setHideNoVideoUsersEnabled? Since we don’t have a function named “setShowNonVideoParticipants”. If you’re mentioning MeetingSettingsHelper.setHideNoVideoUsersEnabled then it only works in the default user interface, This function doesn’t work with the customized user interface.
Thank you

Elaine

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