The packetsFailedDecryption
property of the RTCInboundRtpStreamStats
dictionary indicates the total
number of RTP packets which failed to be decrypted successfully after
being received by the local end of the connection during this session.
Syntax
var packetsFailedDecryption = rtcInboundRtpStreamStats.packetsFailedDecryption;
Value
An integer value which indicates how many packets the local end of the RTP connection could not be successfully decrypted.
Specifications
Specification | Status | Comment |
---|---|---|
Identifiers for WebRTC's Statistics API The definition of 'RTCInboundRtpStreamStats.packetsFailedDecryption' in that specification. |
Candidate Recommendation | Initial definition. |
See also
- RFC 3711: 3.3: Description of the decryption process for secure RTP packets