mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 14:47:49 +00:00
This is more of a principle change than a necessary one. In lib-jitsi-meet, when a getStats call finishes, the stats are processed and first emitted (and received by jitsi-meet) and then processed again for sending to remote participants. Modifying the stats in place changes the structure of stats before the second processing, which maybe be unexpected.