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

Update gen_fir documentation #28

Closed vincentfretin closed 2 years ago

vincentfretin commented 3 years ago

The gen_fir function doesn't increment the sequence number, it's the responsibility of the caller.

@mqp this is small change. :)

vincentfretin commented 3 years ago

gen_fir is used in janus-plugin-sfu here https://github.com/mozilla/janus-plugin-sfu/blob/ef815ec2c23030035aaef7047db57368c1fabfca/src/lib.rs#L228-L229 and in janus-conference here https://github.com/foxford/janus-conference/blob/87e459091b2042462dc5fde5d8242c797a1a4319/src/lib.rs#L446-L447

vincentfretin commented 2 years ago

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