| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
address() |
default RTCPeerConnectionIceErrorEventInit |
address(java.lang.String address) |
default RTCPeerConnectionIceErrorEventInit |
bubbles(boolean bubbles) |
default RTCPeerConnectionIceErrorEventInit |
cancelable(boolean cancelable) |
default RTCPeerConnectionIceErrorEventInit |
composed(boolean composed) |
static RTCPeerConnectionIceErrorEventInit |
create(int errorCode) |
int |
errorCode() |
default RTCPeerConnectionIceErrorEventInit |
errorCode(int errorCode) |
java.lang.String |
errorText() |
default RTCPeerConnectionIceErrorEventInit |
errorText(java.lang.String errorText) |
java.lang.Double |
port() |
default RTCPeerConnectionIceErrorEventInit |
port(java.lang.Double port) |
void |
setAddress(java.lang.String address) |
void |
setErrorCode(int errorCode) |
void |
setErrorText(java.lang.String errorText) |
void |
setPort(java.lang.Double port) |
void |
setUrl(java.lang.String url) |
java.lang.String |
url() |
default RTCPeerConnectionIceErrorEventInit |
url(java.lang.String url) |
bubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static RTCPeerConnectionIceErrorEventInit create(int errorCode)
@JsProperty(name="address") @Nullable java.lang.String address()
@JsProperty
void setAddress(@Nullable
java.lang.String address)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit address(@Nullable java.lang.String address)
@JsProperty(name="errorCode") int errorCode()
@JsProperty void setErrorCode(int errorCode)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit errorCode(int errorCode)
@JsProperty(name="errorText") java.lang.String errorText()
@JsProperty
void setErrorText(@Nonnull
java.lang.String errorText)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit errorText(@Nonnull java.lang.String errorText)
@JsProperty(name="port") @Nullable java.lang.Double port()
@JsProperty
void setPort(@Nullable
java.lang.Double port)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit port(@Nullable java.lang.Double port)
@JsProperty(name="url") java.lang.String url()
@JsProperty
void setUrl(@Nonnull
java.lang.String url)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit url(@Nonnull java.lang.String url)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit bubbles(boolean bubbles)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit cancelable(boolean cancelable)
cancelable in interface EventInit@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit composed(boolean composed)