#zoom #winapi #conferencing

sys zoom-sdk-windows-sys

FFI bindings to Zoom Windows SDK

2 unstable releases

0.2.0 May 27, 2021
0.1.0 Jan 10, 2021

#9 in #zoom


Used in zoom-sdk-windows

MIT license

19KB
327 lines

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


lib.rs:

Status: Work in progress, Unstable

FFI bindings to Zoom Windows Software Development Kit generated with bindgen.

Also contains C++ glue code for the virtual methods.

See also the official C++ SDK reference

No runtime deps

~0–2.5MB
~37K SLoC