getAudioDeviceList method
- ZegoAudioDeviceType deviceType
获取音频设备列表
只适用于 Windows / macOS / Web
deviceType
音频设备类型- Returns 音频设备列表
Implementation
Future<List<ZegoDeviceInfo>> getAudioDeviceList(
ZegoAudioDeviceType deviceType) async {
return await ZegoExpressImpl.instance.getAudioDeviceList(deviceType);
}