toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.rtc
/
RTCTransportStats
RTCTransport
Stats
external
interface
RTCTransportStats
:
RTCStats
(
source
)
Members
Properties
bytes
Received
Link copied to clipboard
abstract
val
bytesReceived
:
JsLong
?
bytes
Sent
Link copied to clipboard
abstract
val
bytesSent
:
JsLong
?
dtls
Cipher
Link copied to clipboard
abstract
val
dtlsCipher
:
String
?
dtls
State
Link copied to clipboard
abstract
val
dtlsState
:
RTCDtlsTransportState
id
Link copied to clipboard
abstract
val
id
:
String
local
Certificate
Id
Link copied to clipboard
abstract
val
localCertificateId
:
String
?
remote
Certificate
Id
Link copied to clipboard
abstract
val
remoteCertificateId
:
String
?
selected
Candidate
Pair
Id
Link copied to clipboard
abstract
val
selectedCandidatePairId
:
String
?
srtp
Cipher
Link copied to clipboard
abstract
val
srtpCipher
:
String
?
timestamp
Link copied to clipboard
abstract
val
timestamp
:
DOMHighResTimeStamp
tls
Version
Link copied to clipboard
abstract
val
tlsVersion
:
String
?
type
Link copied to clipboard
abstract
val
type
:
RTCStatsType