disableAudioOutput

open fun disableAudioOutput(): Boolean

Disables the audio output for the last device enabled , essentially muting all other participants in the meeting.

Return

Returns true if operation successful, returns false otherwise.

open fun disableAudioOutput(deviceName: String): Boolean

Disables the audio output for the specified device, essentially muting all other participants in the meeting.

Return

Returns true if operation successful, returns false otherwise.