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.
Note: This property is null
if the RTCError
doesn't represent a DTLS error (with errorDetail
set to dtls-failure
).
Specifications
Specification |
---|
WebRTC 1.0: Real-Time Communication Between Browsers (WebRTC 1.0) # dom-rtcerror-receivedalert |
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 |
No |
74 |
74 |
No |
53 |
No |
11.0 |
© 2005–2021 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