2 unstable releases

0.3.0 May 24, 2024
0.2.9 May 11, 2024

#1835 in Asynchronous

Download history 149/week @ 2024-05-05 40/week @ 2024-05-12 158/week @ 2024-05-19 17/week @ 2024-05-26

364 downloads per month
Used in 3 crates

MIT license

4KB

Jarust   Latest Version

Jarust is a Rust adapter for Janus WebRTC server

Internally uses WebSockets to connect to Janus. But you can provide your own transport.

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

The supported Janus plugins currently are:

  • EchoTest
  • AudioBridge

Examples

To run the examples first you have to lunch the janus server.

docker compose up -d

Then you can run any of the these examples:

Dependencies

~2.5–3.5MB
~59K SLoC