getVideoDeviceList method
获取视频设备列表
只适用于 Windows / macOS / Web 注意:此函数仅在 ZegoExpressVideo SDK 中有效!
- Returns 视频设备列表
Implementation
Future<List<ZegoDeviceInfo>> getVideoDeviceList() async {
return await ZegoExpressImpl.instance.getVideoDeviceList();
}