RTCStatsReport

open class RTCStatsReport

Java version of webrtc::RTCStatsReport. 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, stats: Map<String, RTCStats>)

Functions

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