sctpCauseCode property

int? get sctpCauseCode

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

Implementation

external int? get sctpCauseCode;