Firefox Tomorrow

web api instance property

RTCTransportStats: dtlsRole property

View on MDN ↗

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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.