zoom-sdk-windows

Crates.iozoom-sdk-windows
lib.rszoom-sdk-windows
version0.2.0
sourcesrc
created_at2021-05-27 20:45:42.801435
updated_at2021-05-27 20:45:42.801435
descriptionRust bindings to Zoom Windows SDK
homepage
repositoryhttps://github.com/TjeuKayim/zoom-sdk-rust
max_upload_size
id402862
size51,878
Tjeu Kayim (TjeuKayim)

documentation

http://docs.rs/zoom-sdk/

README

Zoom SDK Rust Wrapper

Crate API

Idiomatic Rust bindings to Zoom Windows Software Development Kit.

Status: Work in progress, Unstable

Goals

  1. Stick to the struct/function names from the C++ SDK Reference as much as possible (converted function names to snake_case)
  2. Use Drop trait for RAII pattern

Features:

  • Initialize and cleanup SDK
  • Join meeting with web URI

Disclaimer

The project maintainer is not affiliated with Zoom Video Communications.

Commit count: 93

cargo fmt