mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 15:35:41 +00:00
fix connection_scores not being sent to telemetry during delta calc (#439)
Signed-off-by: shishir gowda <shishir@livekit.io>
This commit is contained in:
@@ -322,7 +322,7 @@ func (stats *Stats) computeDeltaStats() *livekit.AnalyticsStat {
|
||||
|
||||
// we have prevStats, find delta between cur and prev
|
||||
prev := stats.prevStats
|
||||
deltaStats := Stat{}
|
||||
deltaStats := Stat{Score: cur.Score}
|
||||
deltaStats.Rtt = cur.Rtt
|
||||
deltaStats.Jitter = cur.Jitter
|
||||
deltaStats.TotalPlis = cur.TotalPlis - prev.TotalPlis
|
||||
|
||||
Reference in New Issue
Block a user