RTCStats

open class RTCStats

Java version of webrtc::RTCStats. Represents an RTCStats object, as described in https://w3c.github.io/webrtc-stats/. The `id`, `timestampUs` and `type` accessors have the same meaning for this class as for the RTCStats dictionary. Each RTCStatsReport produced by getStats contains multiple RTCStats objects; one for each underlying object (codec, stream, transport, etc.) that was inspected to produce the stats.

Constructors

Link copied to clipboard
constructor(timestampUs: Long, type: String, id: String, members: Map<String, Any>)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
open fun toString(): String