@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCIceCandidateInit.Builder
extends RTCIceCandidateInit
RTCIceCandidateInit.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCIceCandidateInit.Builder |
candidate(java.lang.String candidate)
The optional property candidate in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's candidate property.
|
default RTCIceCandidateInit.Builder |
sdpMid(java.lang.String sdpMid)
The optional property sdpMid in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's sdpMid property.
|
default RTCIceCandidateInit.Builder |
sdpMLineIndex(java.lang.Double sdpMLineIndex)
The optional property sdpMLineIndex in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's sdpMLineIndex property.
|
default RTCIceCandidateInit.Builder |
usernameFragment(java.lang.String usernameFragment)
The optional property usernameFragment in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's usernameFragment property.
|
candidate, of, sdpMid, sdpMLineIndex, setCandidate, setSdpMid, setSdpMLineIndex, setUsernameFragment, usernameFragment@JsOverlay @Nonnull default RTCIceCandidateInit.Builder candidate(@Nonnull java.lang.String candidate)
@JsOverlay @Nonnull default RTCIceCandidateInit.Builder sdpMLineIndex(@Nullable java.lang.Double sdpMLineIndex)
@JsOverlay @Nonnull default RTCIceCandidateInit.Builder sdpMid(@Nullable java.lang.String sdpMid)
@JsOverlay @Nonnull default RTCIceCandidateInit.Builder usernameFragment(@Nullable java.lang.String usernameFragment)