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 Name | Usage Information |
---|---|
EOS_HRTCAdmin Handle | |
const EOS_RTCAdmin_SetParticipantHardMuteOptions* Options | structure containing the room and user to mute. |
void* ClientData | arbitrary data that is passed back to you in the CompletionDelegate |
const EOS_RTCAdmin_OnSetParticipantHardMuteCompleteCallback CompletionDelegate | a callback that is fired when the async operation completes, either successfully or in error |