getDefaultVideoDeviceID method
获取默认视频设备 ID
只适用于 Windows / macOS / Linux 注意:此函数仅在 ZegoExpressVideo SDK 中有效!
- Returns 默认视频设备 ID
Implementation
Future<String> getDefaultVideoDeviceID() async {
return await ZegoExpressImpl.instance.getDefaultVideoDeviceID();
}