getVideoCaptureDevice method
@detail api @author zhangzhenyu.samuel @brief 获取当前 SDK 正在使用的视频采集设备信息 @param deviceID 视频设备 ID @return - 0:方法调用成功 - !0:方法调用失败
Implementation
FutureOr<int> getVideoCaptureDevice(NSString deviceID) async {
return await nativeCall('getVideoCaptureDevice:', [deviceID]);
}