shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
Stats
Stats
data
class
Stats
(
val
type
:
String
,
val
timestamp
:
Long
,
val
id
:
String
,
val
values
:
Map
<
String
,
Any
?
>
)
Base statistics for WebRTC components
Members
Constructors
Stats
Link copied to clipboard
constructor
(
type
:
String
,
timestamp
:
Long
,
id
:
String
,
values
:
Map
<
String
,
Any
?
>
)
Properties
id
Link copied to clipboard
val
id
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long
type
Link copied to clipboard
val
type
:
String
values
Link copied to clipboard
val
values
:
Map
<
String
,
Any
?
>