-
Notifications
You must be signed in to change notification settings - Fork 22.8k
Ff142 RTCInboundRtpStreamStats fixes #40495
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
base: main
Are you sure you want to change the base?
Ff142 RTCInboundRtpStreamStats fixes #40495
Conversation
51a0ae6
to
c05ddd2
Compare
This ID is stable across multiple calls to `getStats()`. | ||
- {{domxref("RTCInboundRtpStreamStats.removedSamplesForAcceleration", "removedSamplesForAcceleration")}} | ||
- : A positive integer that indicates the number of samples removed from to speed up playout from the jitter buffer. | ||
_Undefined for video streams._ |
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.
[mdn-linter] reported by reviewdog 🐶
_Undefined for video streams._ | |
_Undefined for video streams._ |
@@ -0,0 +1,29 @@ | |||
--- |
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.
This needs to be revisited. I don't understand it. Asking in w3c/webrtc-stats#809
Also need to update the parent link to this.
@@ -0,0 +1,29 @@ | |||
--- |
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.
This needs to be revisited. I don't understand it. Asking in w3c/webrtc-stats#809
Also need to update the parent link to this.
This fixes up the
RTCInboundRtpStreamStats
to match the BCD as per FF142, which adds support for some more properties.Contributes to mdn/mdn#384
Related docs work can be tracked in #40478
Removals (not in BCD):
averageRtcpInterval
,firCount
,lastPacketReceivedTimestamp
,packetsDuplicated
,packetsFailedDecryption
,perDscpPacketsReceived
,pliCount
,receiverId
,sliCount
,