The RTCError
read-only property receivedAlert
specifies the fatal DTLS error which resulted in an alert being received from the remote peer.
On this page
RTCError: receivedAlert property
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
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
receivedAlert |
74 | 79 | No | No | 60 | 15.4 | 74 | 74 | No | 53 | 15.4 | 11.0 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCError/receivedAlert