zoom-sdk-windows-sys 0.2.0

FFI bindings to Zoom Windows SDK
docs.rs failed to build zoom-sdk-windows-sys-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: zoom-sdk-windows-sys-0.1.0

zoom-sdk-windows-sys

Crate API

FFI bindings to Zoom Windows Software Development Kit.

Build steps for Windows 10

  1. Visual Studio Build tools with Windows 10 SDK
  2. Install 32-bit target rustup target add i686-pc-windows-msvc
  3. Install LLVM for bindgen
  4. Download the SDK from Github
  5. Add SDK bin directory with DLLs to PATH
  6. Set environment variable ZOOM_SDK_DIR=path\to\zoom-sdk-windows

TODO: Build script