15 lines
290 B
Markdown
15 lines
290 B
Markdown
## setMicClickOffVolume
|
|
|
|
## Description
|
|
|
|
Sets the local players radio turn off mic click volume
|
|
|
|
## Parameters
|
|
|
|
* **volume**: the volume to change to between 0 - 100 percent
|
|
|
|
```lua
|
|
-- sets the radio turn off mic click volume to 20 percent
|
|
exports['pma-voice']:setMicClickOffVolume(20)
|
|
```
|