toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.rtc
/
RTCError
RTCError
external
class
RTCError
(
init
:
RTCErrorInit
,
message
:
String
=
definedExternally
)
:
DOMException
(
source
)
MDN Reference
Members
Constructors
RTCError
Link copied to clipboard
constructor
(
init
:
RTCErrorInit
,
message
:
String
=
definedExternally
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Detail
Link copied to clipboard
val
errorDetail
:
RTCErrorDetailType
MDN Reference
message
Link copied to clipboard
open
override
val
message
:
String
name
Link copied to clipboard
val
name
:
JsErrorName
received
Alert
Link copied to clipboard
val
receivedAlert
:
Int
?
MDN Reference
sctp
Cause
Code
Link copied to clipboard
val
sctpCauseCode
:
Int
?
MDN Reference
sdp
Line
Number
Link copied to clipboard
val
sdpLineNumber
:
Int
?
MDN Reference
sent
Alert
Link copied to clipboard
val
sentAlert
:
Int
?
MDN Reference
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String