ChannelWebRtcSetMuteAndDeafenOtherRequest
ChannelWebRtcSetMuteAndDeafenOtherRequest =
object
Request object for applying server-side mute or deafen state to a voice channel participant.
Properties
channelId
channelId:
ChannelGuid
The unique identifier of the voice channel. Required.
isDeafened?
optionalisDeafened:boolean
Whether to server-deafen the user. Optional. Set to true to deafen, false to undeafen, or omit to leave unchanged.
isMuted?
optionalisMuted:boolean
Whether to server-mute the user. Optional. Set to true to mute, false to unmute, or omit to leave unchanged.
userId
userId:
UserGuid
The unique identifier of the user to mute or deafen. Required.