usernameFragment property
The RTCIceParameters dictionary's
usernameFragment property specifies the username fragment
("ufrag") that uniquely identifies the corresponding ICE session for the
duration of the
current ICE session.
Implementation
external String get usernameFragment;
Implementation
external set usernameFragment(String value);