TjeuKayim / zoom-sdk-rust

Rust bindings to Zoom Windows SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rust bindings to Zoom Windows SDK

License:MIT License


Languages

Language:Rust 96.4%Language:C++ 3.6%