mozilla / janus-plugin-rs

Rust crate for wrapping the Janus C plugin API, so you can build Janus plugins in Rust.
Mozilla Public License 2.0
46 stars 18 forks source link

Leave plugin API version up to the plugin code #9

Closed mqp closed 6 years ago

mqp commented 6 years ago

There are more semantics tied to the plugin version than just the stuff inside this library, so it's not reasonable for this library to dictate to the plugin code what API version it must be.