setMicState
Set the audio state of microphone input.
Address
/audioMixer/setMicState [state]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | Audio state 0: Always on (unmute) 1: Always off (mute) |
Example
Mute the microphone input audio.
/audioMixer/setMicState 1
Note: Floating point numbers will be rounded down.
/audioMixer/setMicState 1.9 = /audioMixer/setMicState 1