@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCIceCandidatePair
| Modifier and Type | Method and Description |
|---|---|
static RTCIceCandidatePair |
create() |
RTCIceCandidate |
local()
The local property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate which describes the configuration of the local end of a viable WebRTC connection.
|
default RTCIceCandidatePair |
local(RTCIceCandidate local)
The local property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate which describes the configuration of the local end of a viable WebRTC connection.
|
RTCIceCandidate |
remote()
The remote property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate describing the configuration of the remote end of a viable WebRTC connection.
|
default RTCIceCandidatePair |
remote(RTCIceCandidate remote)
The remote property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate describing the configuration of the remote end of a viable WebRTC connection.
|
void |
setLocal(RTCIceCandidate local)
The local property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate which describes the configuration of the local end of a viable WebRTC connection.
|
void |
setRemote(RTCIceCandidate remote)
The remote property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate describing the configuration of the remote end of a viable WebRTC connection.
|
@JsOverlay @Nonnull static RTCIceCandidatePair create()
@JsProperty(name="local") RTCIceCandidate local()
@JsProperty
void setLocal(@Nonnull
RTCIceCandidate local)
@JsOverlay @Nonnull default RTCIceCandidatePair local(@Nonnull RTCIceCandidate local)
@JsProperty(name="remote") RTCIceCandidate remote()
@JsProperty
void setRemote(@Nonnull
RTCIceCandidate remote)
@JsOverlay @Nonnull default RTCIceCandidatePair remote(@Nonnull RTCIceCandidate remote)