janus-plugin 0.11.1

Library for creating plugins for Janus, the WebRTC gateway.
Documentation

janus-plugin-rs

Documentation janus-plugin Build Status

Library for creating Rust plugins and event handlers for Janus. Still moderately unstable.

[dependencies]
janus-plugin = "0.11.1"

If you want to build a version compatible with Janus >= 0.3 (which is more recent than e.g. Ubuntu's version), then use the refcount feature:

[dependencies]
janus-plugin = { version = "0.11.1", features = ["refcount"] }

Building

Requires the Jansson native library (Ubuntu: libjansson-dev) to link against; tested as compatible with versions >= 2.5.

$ cargo build --all

Testing

$ cargo test --all

Examples

Here are some projects which are using these bindings: