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

Add plugin API v16 support #31

Closed vincentfretin closed 2 years ago

vincentfretin commented 2 years ago

Add auth_is_signed function in janus_callbacks struct required by api version 16 since janus 0.11.6

The api change was introduced in this janus commit https://github.com/meetecho/janus-gateway/commit/f9906da03e011d6ac457d49a3b5473c320b01e6e

vincentfretin commented 2 years ago

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