The read-only sentAlert
property in an RTCError
object specifies the DTLS alert number occurred while sending data to the remote peer, if the error represents an outbound DTLS error.
The read-only sentAlert
property in an RTCError
object specifies the DTLS alert number occurred while sending data to the remote peer, if the error represents an outbound DTLS error.
An unsigned integer value providing the DTLS alert number corresponding to the DTLS error which was sent to the remote peer, as represented by this RTCError
object. This property is null
if errorDetail
isn't dtls-failure
.
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
sentAlert |
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/sentAlert