RTCIceCandidateStats: usernameFragment property

Limited availability

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

The usernameFragment property of the RTCIceCandidateStats interface is a string that represents the ICE username fragment ("ice-ufrag").

The fragment uniquely identifies a single ICE interaction session, and can be used to identify communications that are part of the same session even across ICE restarts.

For more information see RTCIceCandidate.usernameFragment.

Value

A string representing the usernameFragment of the corresponding RTCIceCandidate.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcicecandidatestats-usernamefragment

Browser compatibility