Class RTCPeerConnectionIceErrorEvent


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

      • address

        public java.lang.String address
      • errorCode

        public double errorCode
      • errorText

        public java.lang.String errorText
      • port

        public double port
      • url

        public java.lang.String url
    • Constructor Detail

      • RTCPeerConnectionIceErrorEvent

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

        public RTCPeerConnectionIceErrorEvent​(java.lang.String type,
                                              java.lang.Object eventInitDict)