RTCTransportStats: dtlsRole property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The dtlsRole property of the RTCTransportStats dictionary is a string that indicates the role of the associated RTCPeerConnection in the DTLS negotiation.

Specifically, whether it acted like a server and listened for connections, or like a client and initiated the connection, or that negotiation has not yet started.

Value

A string indicating the DTLS role. This will be one of:

client

The peer initiated the DTLS handshake.

server

The peer waited for the DTLS handshake.

unknown

DTLS negotiation has not started.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtctransportstats-dtlsrole

Browser compatibility