From b4134edf40688a690963a5d1cc18705bae97318b Mon Sep 17 00:00:00 2001 From: Raja Subramanian Date: Mon, 1 Jul 2024 11:51:05 +0530 Subject: [PATCH] Log rtp stats state on large jumps. (#2829) Forgot to include in receiver. --- pkg/sfu/buffer/rtpstats_receiver.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/sfu/buffer/rtpstats_receiver.go b/pkg/sfu/buffer/rtpstats_receiver.go index 91f06bbc2..1fe7c269e 100644 --- a/pkg/sfu/buffer/rtpstats_receiver.go +++ b/pkg/sfu/buffer/rtpstats_receiver.go @@ -204,6 +204,7 @@ func (r *RTPStatsReceiver) Update( "hdrSize", hdrSize, "payloadSize", payloadSize, "paddingSize", paddingSize, + "rtpStats", lockedRTPStatsReceiverLogEncoder{r}, } } if gapSN <= 0 { // duplicate OR out-of-order