BACKLOG: mark getStats remote-outbound-rtp / inbound fields as already done#49
Merged
Conversation
…y done The 2026-05-29 audit flagged these as missing, but verification shows both remote-outbound-rtp emission (from received SRs) and the InboundRtpStats jitter/packetsLost/kind/codecId fields are already implemented and asserted in stats_test.dart. Update the entry to record the divergence rather than leave a stale Unverified item. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Doc-only. The 2026-05-29 RFC/W3C divergence audit listed
remote-outbound-rtpand severalInboundRtpStatsfields as missing (marked Unverified). Verification shows both are already implemented and tested:remote-outbound-rtpis emitted from received Sender Reports (_onRtcpReceivedcaptures srPacketCount/srOctetCount/srNtp*/reportsReceived →remote-outbound-rtp-<ssrc>, paired with the inbound entry).InboundRtpStatsalready carrieskind,packetsReceived,bytesReceived,packetsLost,jitter,codecId, all populated with real values ingetStats().test/api/stats_test.dartalready asserts these on a loopback flow.This updates the BACKLOG entry to record the divergence (audit was stale) instead of leaving a misleading open item. No code change.
🤖 Generated with Claude Code