toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.rtc
/
RTCDtlsTransport
RTCDtls
Transport
external
class
RTCDtlsTransport
:
EventTarget
(
source
)
MDN Reference
Members
Properties
error
Event
Link copied to clipboard
val
errorEvent
:
EventInstance
<
RTCErrorEvent
,
RTCDtlsTransport
,
RTCDtlsTransport
>
MDN Reference
ice
Transport
Link copied to clipboard
val
iceTransport
:
RTCIceTransport
MDN Reference
onerror
Link copied to clipboard
var
onerror
:
EventHandler
<
RTCErrorEvent
,
RTCDtlsTransport
,
RTCDtlsTransport
>
?
MDN Reference
onstatechange
Link copied to clipboard
var
onstatechange
:
EventHandler
<
Event
,
RTCDtlsTransport
,
RTCDtlsTransport
>
?
state
Link copied to clipboard
val
state
:
RTCDtlsTransportState
MDN Reference
state
Change
Event
Link copied to clipboard
val
stateChangeEvent
:
EventInstance
<
Event
,
RTCDtlsTransport
,
RTCDtlsTransport
>
MDN Reference
Functions
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
get
Remote
Certificates
Link copied to clipboard
fun
getRemoteCertificates
(
)
:
ReadonlyArray
<
ArrayBuffer
>