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

Fix commented tests in sessions.rs #29

Closed vincentfretin closed 2 years ago

vincentfretin commented 3 years ago

While reading the code I saw this commented test with a todo. Reading janus-conference code and how they stubs the ffi functions, I wanted to give it a try here. The tests pass. Thanks @feymartynov @Leonqn I learn a lot from you. :)

vincentfretin commented 2 years ago

Merged in naf fork master https://github.com/networked-aframe/janus-plugin-rs