RTCStatsReport

data class RTCStatsReport(val report: HashMap<String, RTCStatsReport.RTCStat>, var timestamp: Long)

Constructors

Link copied to clipboard
fun RTCStatsReport(report: HashMap<String, RTCStatsReport.RTCStat>, timestamp: Long)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class RTCStat(val timestamp: Long, val properties: HashMap<String, Any>)

Functions

Link copied to clipboard
fun toData(): HashMap<String, Any>
Link copied to clipboard
fun toJson(): String

Properties

Link copied to clipboard
val report: HashMap<String, RTCStatsReport.RTCStat>
Link copied to clipboard
var timestamp: Long