core
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.internal.callstats.models
/
NetworkQualityInformation
Network
Quality
Information
@
Serializable
data
class
NetworkQualityInformation
(
val
connectivity
:
IceConnectivity
?
,
val
throughput
:
Long
?
,
val
fractionLoss
:
Long
?
,
val
rtt
:
Long
?
,
val
jitter
:
Long
?
,
val
backendRtt
:
Long
?
)
Members
Constructors
Network
Quality
Information
Link copied to clipboard
constructor
(
connectivity
:
IceConnectivity
?
,
throughput
:
Long
?
,
fractionLoss
:
Long
?
,
rtt
:
Long
?
,
jitter
:
Long
?
,
backendRtt
:
Long
?
)
Properties
backend
Rtt
Link copied to clipboard
@
SerialName
(
value
=
"backendRTT"
)
val
backendRtt
:
Long
?
connectivity
Link copied to clipboard
val
connectivity
:
IceConnectivity
?
fraction
Loss
Link copied to clipboard
val
fractionLoss
:
Long
?
jitter
Link copied to clipboard
val
jitter
:
Long
?
rtt
Link copied to clipboard
@
SerialName
(
value
=
"RTT"
)
val
rtt
:
Long
?
throughput
Link copied to clipboard
val
throughput
:
Long
?