Back to Content

RTCError: sctpCauseCode property

files/en-us/web/api/rtcerror/sctpcausecode/index.md

latest686 B
Original Source

{{APIRef("WebRTC")}}

The read-only sctpCauseCode property in an {{domxref("RTCError")}} object provides the {{Glossary("SCTP")}} cause code explaining why the SCTP negotiation failed, if the RTCError represents an SCTP error.

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 {{domxref("RTCError.errorDetail", "errorDetail")}} property set to sctp-failure.

The standard SCTP error cause codes, numbered 1-13, are defined in the SCTP specification: {{RFC(4960, "", "3.3.10")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}