RTCError: receivedAlert property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
TheRTCError read-only propertyreceivedAlert specifies the fatalDTLSerror which resulted in an alert being received from the remote peer.
In this article
Value
An unsigned long integer value specifying the fatalDTLS error whichresulted in an alert being received from the remote peer.
Note:This property isnull if theRTCError doesn't represent aDTLS error (witherrorDetail set todtls-failure).
Specifications
| Specification |
|---|
| WebRTC: Real-Time Communication in Browsers> # dom-rtcerror-receivedalert> |