The has() method of the RTCStatsReport interface returns a boolean indicating whether a report contains a statistics dictionary with the specified id.
The method is otherwise the same as Map.prototype.has().
has(id)idA string containing the ID of a statistics object that might be present in this RTCStatsReport.
true if an element with the specified id exists in the RTCStatsReport object; otherwise false.