Ability to mute all attendees except Host or Co-Host

Description
Is it possible to mute all attendees except host/co-host programmatically via the Android SDK?

I’m using this interface to mute all users, but it also mutes host/co-host

ZoomSDK.getInstance().inMeetingService.inMeetingAudioController.muteAllAttendeeAudio(true)

Which version?
v5.0.24433.0616

Hi @phong.nguyen,

Thanks for the post. Since in the Zoom client, there is no way to mute all except host or co-host, so the SDK does not have an interface for this. An alternative option would be: Get a list of the user, if the user is not the host or co-host, call the muteAttendeeAudio(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingAudioController.html#muteAttendeeAudio-boolean-long-) to mute the attendee.

Hope this helps. Thanks!

Hi @carson.zoom, thanks for your confirmation.

Glad to be helpful. I will go ahead and close this thread. Please feel free to create another post if any other questions. :slight_smile: