zoom-sdk-windows-sys 0.1.0

FFI bindings to Zoom Windows SDK
Documentation

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