RTCError.receivedAlert
The RTCError
read-only property
receivedAlert
specifies the fatal DTLS
error which resulted in an alert being received from the remote peer.
Syntax
let receivedAlert = rtcError.receivedAlert;
Value
An unsigned long integer value specifying the fatal DTLS error which resulted in an alert being received from the remote peer.
This property is null
if the RTCError
doesn't represent a
DTLS error (with errorDetail
set to
dtls-failure
).
Specifications
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCError.receivedAlert' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser