EOS_RTCAdmin_SetParticipantHardMute

EOS API reference page for EOS_RTCAdmin_SetParticipantHardMute

Under 1 min to read

Remarks

Starts an asynchronous task remotely mutes/unmutes a room participant. This remotely mutes the specified participant, so no audio is sent from that participant to any other participant in the room.

Parameters

EOS_RTCAdmin_SetParticipantHardMute

Parameter Type And NameUsage Information
EOS_HRTCAdmin Handle
const EOS_RTCAdmin_SetParticipantHardMuteOptions* Optionsstructure containing the room and user to mute.
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate
const EOS_RTCAdmin_OnSetParticipantHardMuteCompleteCallback CompletionDelegatea callback that is fired when the async operation completes, either successfully or in error