Firefox Tomorrow

web api instance property

RTCError: sctpCauseCode property

View on MDN ↗

The sctpCauseCode read-only property of the RTCError interface provides the SCTP cause code explaining why the SCTP negotiation failed, if the RTCError represents an SCTP error.

Value

A positive integer specifying the SCTP cause code explaining why the error occurred. This property must only be set if errorDetail is sctp-failure, and is otherwise null.

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

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.