The size
read-only property of the RTCStatsReport
interface returns the number of items in the current report.
Note that each item consists of a key-value pair, where the keys are unique id
values for monitored statistics objects from which the statistics are derived, and the associated values are statistics dictionary objects.
The method is otherwise the same as Map.prototype.size
.