RTCIceCandidateStats: usernameFragment 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 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.