@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCPeerConnectionIceErrorEvent")
public class RTCPeerConnectionIceErrorEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
RTCPeerConnectionIceErrorEvent(java.lang.String type,
RTCPeerConnectionIceErrorEventInit eventInitDict) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
address()
The RTCPeerConnectionIceErrorEvent property address is a string which indicates the local IP address being used to communicate with the STUN or TURN server during negotiations.
|
int |
errorCode() |
java.lang.String |
errorText() |
java.lang.Double |
port() |
java.lang.String |
url() |
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic RTCPeerConnectionIceErrorEvent(@Nonnull
java.lang.String type,
@Nonnull
RTCPeerConnectionIceErrorEventInit eventInitDict)
@JsProperty(name="address") @Nullable public java.lang.String address()
@JsProperty(name="errorCode") public int errorCode()
@JsProperty(name="errorText") @Nonnull public java.lang.String errorText()
@JsProperty(name="port") @Nullable public java.lang.Double port()
@JsProperty(name="url") @Nonnull public java.lang.String url()