jarust_transport

Crates.iojarust_transport
lib.rsjarust_transport
version0.6.0
sourcesrc
created_at2024-05-11 08:16:57.164132
updated_at2024-09-23 20:13:26.394448
descriptionA janus client SDK in Rust
homepage
repositoryhttps://github.com/Ghamza-Jd/jarust
max_upload_size
id1236726
size72,345
Hamza Jadid (Ghamza-Jd)

documentation

README

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:

Commit count: 426

cargo fmt