Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T20:18:33.000Z (over 3 years ago)
- Last Synced: 2024-11-21T05:13:57.995Z (2 months ago)
- Topics: zoom-sdk, zoom-us
- Language: Rust
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zoom SDK Rust Wrapper
[![Crate](https://img.shields.io/crates/v/zoom-sdk-windows.svg)](https://crates.io/crates/zoom-sdk-windows)
[![API](https://docs.rs/zoom-sdk-windows/badge.svg)](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.