Android SDK 100ms
lib
/
live.hms.video.connection.stats
/
HMSRTCStatsReport
HMSRTCStats
Report
data
class
HMSRTCStatsReport
(
val
combined
:
HMSRTCStats
,
val
audio
:
HMSRTCStats
,
val
video
:
HMSRTCStats
)
Constructors
Functions
Properties
Constructors
HMSRTCStats
Report
Link copied to clipboard
fun
HMSRTCStatsReport
(
combined
:
HMSRTCStats
,
audio
:
HMSRTCStats
,
video
:
HMSRTCStats
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
audio
Link copied to clipboard
val
audio
:
HMSRTCStats
combined
Link copied to clipboard
val
combined
:
HMSRTCStats
video
Link copied to clipboard
val
video
:
HMSRTCStats