getVideoCaptureDevice method
@detail api @author zhangzhenyu.samuel @brief Get the currently-using video capture device @param deviceID video device ID @return - 0: Success. +! 0: failure
Implementation
FutureOr<int> getVideoCaptureDevice(NSString deviceID) async {
return await nativeCall('getVideoCaptureDevice:', [deviceID]);
}