pub type EOS_RTCAdmin_SetParticipantHardMuteOptions = _tagEOS_RTCAdmin_SetParticipantHardMuteOptions;Expand description
Input parameters for the EOS_RTCAdmin_SetParticipantHardMute function.
Aliased Type§
#[repr(C)]pub struct EOS_RTCAdmin_SetParticipantHardMuteOptions {
pub ApiVersion: i32,
pub RoomName: *const u8,
pub TargetUserId: *mut EOS_ProductUserIdDetails,
pub bMute: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_RTCADMIN_SETPARTICIPANTHARDMUTE_API_LATEST.
RoomName: *const u8Room to kick the participant from
TargetUserId: *mut EOS_ProductUserIdDetailsProduct User ID of the participant to hard mute for every participant in the room.
bMute: i32Hard mute status (Mute on or off)