Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 810 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 810 Bytes

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: