Class RTCPeerConnectionIceErrorEvent

java.lang.Object
elemental2.dom.Event
elemental2.dom.RTCPeerConnectionIceErrorEvent

@JsType(isNative=true, namespace="<global>") public class RTCPeerConnectionIceErrorEvent extends Event
  • Field Details

    • address

      public String address
    • errorCode

      public double errorCode
    • errorText

      public String errorText
    • port

      public double port
    • url

      public String url
  • Constructor Details

    • RTCPeerConnectionIceErrorEvent

      public RTCPeerConnectionIceErrorEvent(String type, elemental2.core.JsObject eventInitDict)
    • RTCPeerConnectionIceErrorEvent

      public RTCPeerConnectionIceErrorEvent(String type, Object eventInitDict)