@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCIceCandidatePair")
public static interface RTCIceCandidatePair.Builder
extends RTCIceCandidatePair
RTCIceCandidatePair.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCIceCandidatePair.Builder |
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.
|
default RTCIceCandidatePair.Builder |
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.
|
@JsOverlay @Nonnull default RTCIceCandidatePair.Builder local(@Nonnull RTCIceCandidate local)
@JsOverlay @Nonnull default RTCIceCandidatePair.Builder remote(@Nonnull RTCIceCandidate remote)