-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Align WebRTC MTI stats with specs #35703
Conversation
"framesDropped" | ||
], | ||
RTCInboundRtpStreamStats: [ | ||
"receiverId", | ||
"trackIdentifiedId", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: should be trackIdentifier
There was a problem hiding this comment.
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: [ |
There was a problem hiding this comment.
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
see w3c/webrtc-pc#2744 w3c/webrtc-pc#2748 w3c/webrtc-stats#647