RTCInboundRtpStreamStats.packetsFailedDecryption

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.

Browser compatibility

No compatibility data found. Please contribute data for "api.RTCInboundRtpStreamStats.packetsFailedDecryption" (depth: 1) to the MDN compatibility data repository.

See also

  • RFC 3711: 3.3: Description of the decryption process for secure RTP packets