stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.video.android.core.utils
/
LatencyResult
Latency
Result
data
class
LatencyResult
(
val
latencyUrl
:
String
,
val
measurements
:
List
<
Float
>
=
emptyList()
,
val
average
:
Double
=
100.0
,
val
failed
:
Throwable
?
=
null
)
Members
Constructors
Latency
Result
Link copied to clipboard
constructor
(
latencyUrl
:
String
,
measurements
:
List
<
Float
>
=
emptyList()
,
average
:
Double
=
100.0
,
failed
:
Throwable
?
=
null
)
Properties
average
Link copied to clipboard
val
average
:
Double
failed
Link copied to clipboard
val
failed
:
Throwable
?
latency
Url
Link copied to clipboard
val
latencyUrl
:
String
measurements
Link copied to clipboard
val
measurements
:
List
<
Float
>