RTCError: sentAlert property
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.
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
Specification |
---|
WebRTC: Real-Time Communication in Browsers # dom-rtcerror-sentalert |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
sentAlert |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.