mirror of
https://github.com/livekit/livekit.git
synced 2026-09-15 23:56:10 +00:00
* rtc: send connection quality to participants that subscribe after their first update Added tracking for participants' connection quality updates to ensure all subscribed participants receive necessary updates, even if they were added after the last quality announcement * rtc: record sent connection quality only after a successful send A failed SendConnectionQualityUpdate must not mark the participant as informed, otherwise the update is never retried while qualities stay stable. Also simplify the untold-subscription check.