mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
* RTCP sender reports every three seconds. Ideally, we should be sending this based on data rate. But, increasing frequency a little as a lost sender report means the client may not have sender report for 10 seconds and that could affect sync. We do receiver reports once a second. Thought of setting this to that level too, but not making a big change from existing rate. Also, simplifying the RTCP send loop. Don't need to hold and do the processing after collecting all reports. * consistent use of GetSubscribedTracks