RTCRtpStreamStats.nackCount
The nackCount
property of the RTCRtpStreamStats
dictionary is a numeric value indicating the number of times the receiver sent a NACK packet to the sender.
A NACK (Negative ACKnowledgement, also called "Generic NACK") packet tells the sender that one or more of the RTP packets it sent were lost in transport.
Syntax
var nackCount = RTCRtpStreamStats.nackCount;
Value
An integer value indicating how many times the receiver sent a NACK packet to the sender after detecting that one or more packets were lost during transport.
Note: This value is only available on the receiver.
Specifications
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
nackCount |
No |
No |
55 |
No |
No |
11 |
No |
No |
55 |
No |
11 |
No |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/nackCount