voicechat. setmicmuted Synchronous
Update the voice-chat microphone mute setting.
Luau
voicechat.setmicmuted(muted: boolean) -> ()Parameters
| Parameter | Type | Description |
|---|---|---|
muted | boolean | true to mute the microphone; false to unmute it. |
Returns
()This function returns no values.