- java.lang.Object
-
- dev.onvoid.webrtc.RTCStatsReport
-
public class RTCStatsReport extends Object
Each RTCStatsReport contains multiple RTCStats objects; one for each underlying object (codec, stream, transport, etc.) that was inspected to produce the stats.- Author:
- Alex Andres
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRTCStatsReport(Map<String,RTCStats> stats)
-