Web/API/RTCError/receivedAlert

From Get docs

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

Syntax

let receivedAlert = rtcError.receivedAlert;

Value

An unsigned long integer value specifying the fatal DTLS error which resulted in an alert being received from the remote peer.

This property is null if the RTCError doesn't represent a DTLS error (with errorDetail set to dtls-failure).


Specifications

Specification Status Comment
WebRTC 1.0: Real-time Communication Between BrowsersThe definition of 'RTCError.receivedAlert' in that specification. Candidate Recommendation Initial definition.

Browser compatibility

No compatibility data found. Please contribute data for "api.RTCError.receivedAlert" (depth: 1) to the MDN compatibility data repository.