https://github.com/tjeukayim/zoom-sdk-rust
Rust bindings to Zoom Windows SDK
https://github.com/tjeukayim/zoom-sdk-rust
zoom-sdk zoom-us
Last synced: about 1 year ago
JSON representation
Rust bindings to Zoom Windows SDK
- Host: GitHub
- URL: https://github.com/tjeukayim/zoom-sdk-rust
- Owner: TjeuKayim
- License: mit
- Created: 2020-12-15T07:36:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T20:18:33.000Z (almost 5 years ago)
- Last Synced: 2025-03-12T02:48:57.291Z (over 1 year ago)
- Topics: zoom-sdk, zoom-us
- Language: Rust
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zoom SDK Rust Wrapper
[](https://crates.io/crates/zoom-sdk-windows)
[](https://docs.rs/zoom-sdk-windows)
Idiomatic Rust bindings to
[Zoom Windows Software Development Kit](https://github.com/zoom/zoom-sdk-windows).
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`)
1. Use `Drop` trait for RAII pattern
[C++ SDK Reference]: https://marketplace.zoom.us/docs/sdk/native-sdks/windows/sdk-reference
Features:
- [x] Initialize and cleanup SDK
- [x] Join meeting with web URI
## Disclaimer
The project maintainer is not affiliated with Zoom Video Communications.