Our new developer documentation is now available. Please check it out!
Room.SetMicrophoneMute
public bool SetMicrophoneMute(bool mute)
Will set the room MicrophoneMedia to mute
Info
Always false if there is no MicrophoneMedia or the room was not joined
Parameters
Name | Type | Description |
---|---|---|
mute | Boolean | true to mute and false to unmute |
Returns
Type | Description |
---|---|
Boolean | true if set or false |