Crates.io | jarust_transport |
lib.rs | jarust_transport |
version | 0.6.0 |
source | src |
created_at | 2024-05-11 08:16:57.164132 |
updated_at | 2024-09-23 20:13:26.394448 |
description | A janus client SDK in Rust |
homepage | |
repository | https://github.com/Ghamza-Jd/jarust |
max_upload_size | |
id | 1236726 |
size | 72,345 |
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:
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: