RTCError: receivedAlert property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The RTCError
read-only property
receivedAlert
specifies the fatal DTLS
error which resulted in an alert being received from the remote peer.
Value
An unsigned long integer value specifying the fatal DTLS error which resulted in an alert being received from the remote peer.
Note:
This property is null
if the RTCError
doesn't represent a
DTLS error (with errorDetail
set to
dtls-failure
).
Specifications
Specification |
---|
WebRTC: Real-Time Communication in Browsers # dom-rtcerror-receivedalert |