36 releases (13 stable)

new 1.4.0 Mar 19, 2025
1.3.0 Feb 27, 2025
0.8.1 Nov 12, 2024
0.4.0 Jun 26, 2024
0.2.4 Feb 28, 2024

#1822 in Asynchronous

Download history 4/week @ 2024-11-25 48/week @ 2024-12-09 277/week @ 2025-01-06 262/week @ 2025-01-13 24/week @ 2025-01-20 5/week @ 2025-02-03 229/week @ 2025-02-10 254/week @ 2025-02-17 357/week @ 2025-02-24 314/week @ 2025-03-03 14/week @ 2025-03-10

964 downloads per month
Used in jarust

Apache-2.0

290KB
7K SLoC

Jarust Plugins

Wrapper around jarust_core that provides strongly typed API.

Current plugins:

  • EchoTest
  • AudioBridge
  • Streaming (Experimental)
  • VideoRoom (Experimental)

lib.rs:

Janus Plugins

This crate provides a set of plugins for the Janus WebRTC Gateway.

Currently, it supports:

  • EchoTest plugin
  • AudioBridge plugin
  • VideoRoom plugin
  • Streaming plugin (minimal support)

All of the plugins are hidden behind feature flags to allow you to cherry-pick your dependencies. By default, all plugins are enabled.

If you can't find an API you're looking for, it might be hidden behind the __experimental feature since it's not well tested yet. Alternatively, you could construct the body and send it, as every plugin handler dereferences to JaHandle.

Dependencies

~8–22MB
~304K SLoC