Unsilences a character on a chat channel
See also Channel functions, Voice functions.
Signature:
ChannelUnSilenceVoice("channelName", ["unit"] or ["name"]) or ChannelUnSilenceVoice(channelId, ["unit"] or ["name"]) or ChannelUnSilenceVoice(["channelName"] or [channelId], "unit") or ChannelUnSilenceVoice(["channelName"] or [channelId], "name")
Arguments:
channelName- Name of a channel (string)channelId- Index of a channel (number)unit- Unit to unsilence (string, unitID)name- Name of a character to unsilence (string)