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