toggle menu
stream-video-android
1.11.3
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
TURNAggregatedStats
TURNAggregated
Stats
data
class
TURNAggregatedStats
(
@
Json
(
name
=
"tcp"
)
val
tcp
:
Count
?
=
null
,
@
Json
(
name
=
"total"
)
val
total
:
Count
?
=
null
)
Members
Constructors
TURNAggregated
Stats
Link copied to clipboard
constructor
(
@
Json
(
name
=
"tcp"
)
tcp
:
Count
?
=
null
,
@
Json
(
name
=
"total"
)
total
:
Count
?
=
null
)
Properties
tcp
Link copied to clipboard
val
tcp
:
Count
?
=
null
total
Link copied to clipboard
val
total
:
Count
?
=
null