RTCError.sentAlert

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.

Syntax

let sentAlert = rtcError.sentAlert;

Value

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.

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
sentAlert
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/sentAlert