The read-only sctpCauseCode property in an RTCError object provides the SCTP cause code explaining why the SCTP negotiation failed, if the RTCError represents an SCTP error.
Syntax
let sctpCause = rtcError.sctpCauseCode;
Value
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 property set to sctp-failure.
The standard SCTP error cause codes, numbered 1-13, are defined in the SCTP specification: RFC 4960, section 3.3.10.
Specifications
| Specification | Status | Comment |
|---|---|---|
| WebRTC 1.0: Real-time Communication Between BrowsersThe definition of 'RTCError.sctpCauseCode' in that specification. | Candidate Recommendation | Initial definition. |
Browser compatibility
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 compatibility data repository.
RTCError.sctpCauseCode by Mozilla Contributors is licensed under CC-BY-SA 2.5.