Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align WebRTC MTI stats with specs #35703

Merged

Conversation

dontcallmedom
Copy link
Contributor

"framesDropped"
],
RTCInboundRtpStreamStats: [
"receiverId",
"trackIdentifiedId",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: should be trackIdentifier

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in 8ae7fbe

@@ -23,18 +23,18 @@
"packetsReceived",
"packetsLost",
"jitter",
"packetsDiscarded",
"framesDropped"
],
RTCInboundRtpStreamStats: [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a WPT question, but this does make me wonder if inbound-rtp.mid and outbound-rtp.mid should be "mandatory to implement", but that ship may have sailed already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants