setChannelMute
Description​
Sets the mute state of a channel.
- JavaScript
 - C#
 - Kotlin
 
setChannelMute(channel: number, mute: boolean): voidvoid SetChannelMute(double channel, bool mute)fun setChannelMute(channel: Double, mute: Boolean): Unit| Parameter | Summary | 
|---|---|
channelAll | The channel number  | 
muteAll | true if the channel should be muted, otherwise false.  |