Skip to main content

EOS_RTCAdmin_SetParticipantHardMuteOptions

Type Alias EOS_RTCAdmin_SetParticipantHardMuteOptions 

Source
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: i32

API Version: Set this to EOS_RTCADMIN_SETPARTICIPANTHARDMUTE_API_LATEST.

§RoomName: *const u8

Room to kick the participant from

§TargetUserId: *mut EOS_ProductUserIdDetails

Product User ID of the participant to hard mute for every participant in the room.

§bMute: i32

Hard mute status (Mute on or off)