mediasoup 0.1.0

Cutting Edge WebRTC Video Conferencing in Rust
Documentation

This is a port of TypeScript client library for Mediasoup to Rust

The library is fully-featured and API is unlikely to change in a major way. With lack of documentation it will be hard to use the library unless you already have experience with Mediasoup (in this case you can create a worker using [worker_manager::WorkerManager] and go from there).

Please check integration tests for usage examples.

API is close to TypeScript's, please referer to it in the meantime.