Mute/Unmute Remote Participants

I am using the Zoom Video SDK in my iOS application. In a session with multiple remote participants, as a host, I want to mute/unmute one or all participants. Is it possible to achieve this using Zoom Video SDK?

Hey @vikassharma.re,

You can call the muteAudio function to mute another user. Similarly, use unmuteAudio to unmute.

@ekaansh.zoom Thanks for the update on the post. I tried the above functions and as a host, I can mute a remote user but am not able to unmute. When calling unmuteAudio does not trigger the onUserAudioStatusChanged function.

For unmuteAudio - Only the user who starts the session can unmute other’s audio, have you tried with that user?

Yes, I am trying with host user only.

Is the host user also the user who’s starting the session?

Yes host user is starting the session.