只读 sctpCauseCode property in an RTCError object provides the SCTP cause code explaining why the SCTP negotiation failed, if the RTCError represents an SCTP error.

句法

let sctpCause = rtcError.sctpCauseCode;
					

An unsigned long integer value specifying SCTP cause code explaining why the error occurred. This property is null if the error isn't an SCTP error, with its errorDetail 特性被设为 sctp-failure .

The standard SCTP error cause codes, numbered 1-13, are defined in the SCTP specification: RFC 4960, section 3.3.10 .

规范

规范 状态 注释
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCError.sctpCauseCode' 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.RTCError.sctpCauseCode" (depth: 1) to the MDN 兼容性数据存储库 .

元数据

  • 最后修改: