Skip to content

#5732 fix showing incorrect 'Packets Lost' statistic - #5849

Merged
maxim-productengine merged 1 commit into
release/26.3from
maxim/26.3-5732
May 21, 2026
Merged

#5732 fix showing incorrect 'Packets Lost' statistic#5849
maxim-productengine merged 1 commit into
release/26.3from
maxim/26.3-5732

Conversation

@maxim-productengine

Copy link
Copy Markdown
Contributor

packetsLost was parsed as U32, but it can be negative in WebRTC. So just parse it as signed first and then clamp negatives to zero.

@maxim-productengine maxim-productengine changed the title #5732 fix sowing incorrect 'Packets Lost' statistic #5732 fix showing incorrect 'Packets Lost' statistic May 21, 2026
@maxim-productengine maxim-productengine linked an issue May 21, 2026 that may be closed by this pull request
@maxim-productengine
maxim-productengine merged commit 5e03a1b into release/26.3 May 21, 2026
13 checks passed
@maxim-productengine
maxim-productengine deleted the maxim/26.3-5732 branch May 21, 2026 14:47
@github-actions github-actions Bot locked and limited conversation to collaborators May 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Voice "Packets Lost" statistic was reported incorrectly

2 participants