Silences the given character for voice chat on the channel. Only a raid/party/battleground leader or assistant can silence a player.


See also Channel functions, Voice functions.

Signature:

ChannelSilenceVoice("channelName", ["unit"] or ["name"]) or ChannelSilenceVoice(channelId, ["unit"] or ["name"]) or ChannelSilenceVoice(["channelName"] or [channelId], "unit") or ChannelSilenceVoice(["channelName"] or [channelId], "name")

Arguments:

  • channelName - Name of a channel (string)
  • channelId - Index of a channel (number)
  • unit - Unit to silence (string, unitID)
  • name - Name of a character to silence (string)