packetsFailedDecryption 特性为 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.

句法

var packetsFailedDecryption = rtcInboundRtpStreamStats.packetsFailedDecryption;
					

An integer value which indicates how many packets the local end of the RTP connection could not be successfully decrypted.

规范

规范 状态 注释
Identifiers for WebRTC's Statistics API
The definition of 'RTCInboundRtpStreamStats.packetsFailedDecryption' in that specification.
候选推荐 初始定义。

浏览器兼容性

The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.

No compatibility data found. Please contribute data for "api.RTCInboundRtpStreamStats.packetsFailedDecryption" (depth: 1) to the MDN 兼容性数据存储库 .

另请参阅

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

元数据

  • 最后修改: