只读
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. |
候选推荐 | 初始定义。 |
No compatibility data found. Please contribute data for "api.RTCError.sctpCauseCode" (depth: 1) to the MDN 兼容性数据存储库 .
RTCError
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceCandidate
RTCIceTransport
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsReport
RTCTrackEvent