Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.