RTCError: receivedAlert property

The receivedAlert read-only property of the RTCError interface specifies the fatal DTLS error which resulted in an alert being received from the remote peer.

Value

A positive integer value.

Note: This property is null if the RTCError doesn't represent a DTLS error. DTLS errors are indicated by the errorDetail property being set to dtls-failure.

Specifications