mirror of
https://github.com/livekit/livekit.git
synced 2026-04-16 08:25:39 +00:00
* Run quality scorer when there are no streams. In the down stream direction, receiver report is used for scoring. If there are no receiver reports, it should go to `dry` state and report poor quality. Update scorer on dry condition only when update score has not happened for longer than some multiple of update interval. Cannot update on every interval when there are no streams as receiver report might be just missed. Waiting for longer to ensure that report is definitely not received. * update last stats time