jarust 0.1.3

A janus client SDK in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# About Jarust

Jarust is a Rust adapter for [Janus WebRTC server](https://github.com/meetecho/janus-gateway)

Internally uses WebSockets to connect to Janus.

The library wraps the Janus core API and some of the most popular plugins APIs.

## Examples

- [jarust examples]./jarust/examples/, example usage of jarust.
- [plugins examples]./jarust_plugins/examples/, example usage of jarust's predefined plugins.