The sentAlert read-only property of the RTCError interface specifies the DTLS alert number sent to the remote peer, if the error represents an outbound DTLS error.
A positive 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.