+ * @param report the RTCStatsReports to represent in JSON
+ * format
+ * @return a String which represents the specified report
+ * in JSON format
+ */
+ public static String statsToJSON(RTCStatsReport report) {
+ StringBuilder builder = new StringBuilder("[");
+
+ boolean firstKey = true;
+
+ Map