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