web api instance property
RTCTransportStats: iceLocalUsernameFragment property
The iceLocalUsernameFragment property of the RTCTransportStats dictionary is a string that indicates the local username fragment (“ufrag” or “ice-ufrag”) that uniquely identifies the ICE interaction session managed by this transport.
The same username fragment is used to identify the session for any communication with the STUN server.
This has the same values as the corresponding local usernameFragment property.
It will change if the connection is renegotiated, for example on ICE restart, or if setLocalDescription() is called.
Value
A string containing the username fragment that uniquely identifies the ongoing ICE session on the transport.
The string may be up to 256 characters long, and has no default value.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.