StatsReport

open class StatsReport

Java version of webrtc::StatsReport.

Constructors

Link copied to clipboard
constructor(id: String, type: String, timestamp: Double, values: Array<StatsReport.Value>)

Types

Link copied to clipboard
open class Value
Java version of webrtc::StatsReport::Value.

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun toString(): String