@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCIceParameters.Builder
extends RTCIceParameters
RTCIceParameters.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCIceParameters.Builder |
password(java.lang.String password)
The RTCIceParameters dictionary's password property specifies the ICE password that, in tandem with the usernameFragment, uniquely identifies an ICE session for its entire duration.
|
default RTCIceParameters.Builder |
usernameFragment(java.lang.String usernameFragment)
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.
|
of, password, setPassword, setUsernameFragment, usernameFragment@JsOverlay @Nonnull default RTCIceParameters.Builder password(@Nonnull java.lang.String password)
@JsOverlay @Nonnull default RTCIceParameters.Builder usernameFragment(@Nonnull java.lang.String usernameFragment)