main.webrtc.RTCPeerConnectionIceErrorEvent.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package webrtc
external class RTCPeerConnectionIceErrorEvent : org.w3c.dom.events.Event {
val hostCandidate: String
val url: String
val errorCode: Number
val errorText: String
}