SetMicrophone
Turns the microphone on or off.
Syntax
SetMicrophone [onOff]
| Argument | Description | |
|---|---|---|
| onOff | A value indicating the microphone state. If no value is specified, the microphone switches to the opposite state. | |
| 0 | off | |
| 1 | on | |
Example
This example turns the microphone on.
SetMicrophone 1
Note
SetMicrophone is used in the Microphone Off command.