enableAudioOutput

open fun enableAudioOutput(deviceName: String): Boolean

Enables the audio output for the device, allowing the local participant to hear other participants in the meeting.Must be one of the device names returned by getAudioOutputDevices.

Return

true if enabled successfully, false on failure

Parameters

deviceName

Name of desired audio output device, currently only "Default device" is supported