RTCIceCandidateStats: usernameFragment property

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.

Value

A string representing the usernameFragment of the corresponding RTCIceCandidate.

Specifications