Skip to main content

setChannelMute

Description​

Sets the mute state of a channel.

setChannelMute(channel: number, mute: boolean): void
ParameterSummary
channelAll

The channel number

muteAll

true if the channel should be muted, otherwise false.