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. |
||
---|---|---|
.. | ||
components | ||
index.js | ||
statsEmitter.js |