Removes a character's ability to speak in a moderated chat channel
See also Channel functions.
Signature:
ChannelUnmute("channelName",
"name")
or
ChannelUnmute(channelId,
"name")
Arguments:
channelName
- Name of a channel (string
)channelId
- Index of a channel (number
)name
- Name of a character to unmute (string
)