getAudioDeviceInfo abstract method

Future<DeviceInfo> getAudioDeviceInfo()

Gets the audio device information.

After calling this method, you can get whether the audio device supports ultra-low-latency capture and playback. This method is for Android only. You can call this method either before or after joining a channel.

Returns The DeviceInfo object that identifies the audio device information. Not null: Success. Null: Failure.

Implementation

Future<DeviceInfo> getAudioDeviceInfo();