Skip to content

Commit

Permalink
RTCTransportStats.iceLocalUsernameFragment - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Dec 13, 2024
1 parent f325376 commit 1dd103e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The **`iceLocalUsernameFragment`** property of the {{domxref("RTCTransportStats"
## Value

A string containing the username fragment that uniquely identifies the ongoing ICE session on the transport.
The same fragment is used to identify the section for any communication with the STUN server.
The same fragment is used to identify the session for any communication with the STUN server.
The string may be up to 256 characters long, and has no default value.

This has the same values as the corresponding local {{domxref("RTCIceCandidate.usernameFragment")}} property.
Expand Down

0 comments on commit 1dd103e

Please sign in to comment.