toggle Mute State Participant
abstract fun toggleMuteStateParticipant(room: Room, participant: ConferenceParticipant?, listener: IConferenceProxy.IToggleMuteStateParticipantListener?)
Content copied to clipboard
mute : unmute participant
Parameters
room
@object:Room room (bubble) associated to the conference given
participant
ConferenceParticipant participant to mute
listener
IToggleMuteStateParticipantListener callback (onToggleMuteStateParticipantSuccess, onToggleMuteStateParticipantFailed)