Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-browser
/
web.rtc
/
RTCPeerConnectionIceErrorEventInit
RTCPeer
Connection
Ice
Error
Event
Init
web
interface
RTCPeerConnectionIceErrorEventInit
:
EventInit
(
source
)
MDN Reference
Members
Properties
address
Link copied to clipboard
web
abstract
var
address
:
String
?
bubbles
Link copied to clipboard
web
abstract
var
bubbles
:
Boolean
?
cancelable
Link copied to clipboard
web
abstract
var
cancelable
:
Boolean
?
composed
Link copied to clipboard
web
abstract
var
composed
:
Boolean
?
error
Code
Link copied to clipboard
web
abstract
var
errorCode
:
Short
error
Text
Link copied to clipboard
web
abstract
var
errorText
:
String
?
port
Link copied to clipboard
web
abstract
var
port
:
Short
?
url
Link copied to clipboard
web
abstract
var
url
:
String
?