A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/RTCDtlsTransport/state below:

RTCDtlsTransport: state property - Web APIs

RTCDtlsTransport: state property

Baseline Widely available

The state read-only property of the RTCDtlsTransport interface provides information which describes a Datagram Transport Layer Security (DTLS) transport state.

Value

A string. Its value is one of the following:

new

The initial state when DTLS has not started negotiating yet.

connecting

DTLS is in the process of negotiating a secure connection and verifying the remote fingerprint.

connected

DTLS has completed negotiation of a secure connection and verified the remote fingerprint.

closed

The transport has been closed intentionally as the result of receipt of a close_notify alert, or calling RTCPeerConnection.close().

failed

The transport has failed as the result of an error (such as receipt of an error alert or failure to validate the remote fingerprint).

Examples

See RTCDtlsTransport for example code.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4