muteParticipantAudio

abstract fun muteParticipantAudio(participantId: String, doMute: Boolean)

This method is used to mute particular participant

Since

3.0.0

Parameters

participantId

The participant's id who needs to be muted. (Derived parameter: Use Call.getMemberships to get a list of participants. Then use CallMembership.getPersonId to retrieve the participant's ID)

doMute

true to mute a call and false to un-mute a call