getVideoDeviceList method

Future<List<ZegoDeviceInfo>> getVideoDeviceList()

Gets a list of video devices.

Only for Windows / macOS / Web Note: This function is only available in ZegoExpressVideo SDK!

  • Returns Video device List

Implementation

Future<List<ZegoDeviceInfo>> getVideoDeviceList() async {
  return await ZegoExpressImpl.instance.getVideoDeviceList();
}