Silence `clippy::needless_update` warning in tests
Remove unnecessary `let _ = …` of unit value (`()`)
Replace `assert!(false, …)`/`assert!(false)` with `panic!(…)`/`panic!()`
Fix clippy for rust 1.66 (#369)
Fix overflow in RTT calculation (#350)
Implement remote outbound stats (#282) Co-authored-by: Anton Kaliaev <[email protected]>
Implement Remote Inbound Stats (#277)
Add RTP Stats to stats report (#225)
Move all to top level