mirror of
https://github.com/livekit/livekit.git
synced 2026-04-28 08:25:52 +00:00
bfbc4fa81f
* Remove alloc in packet forwarding path. Unlikely logger creation was doing allocs. Replace it with a function like in rtpstats_receiver.go so that allocations do not happen unnecessarily. * variable rename * one more place