enableAudioInput

open fun enableAudioInput(deviceName: String): Boolean

Enables the input microphone for the device.Must be one of the device names returned by getAudioInputDevices.

Return

Returns true if operation successful, returns false otherwise.

Parameters

deviceName

Name of audio input device. Currently only "Android Default Device" is supported.