From bd4c79f00555a41100d0b075c92ec8f329790211 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Mon, 17 Dec 2018 12:21:08 +0100 Subject: [PATCH] openvidu-browser: WebRtcStats type to et_type --- .../src/OpenViduInternal/WebRtcStats/WebRtcStats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-browser/src/OpenViduInternal/WebRtcStats/WebRtcStats.ts b/openvidu-browser/src/OpenViduInternal/WebRtcStats/WebRtcStats.ts index 20aafdd3..964c148b 100644 --- a/openvidu-browser/src/OpenViduInternal/WebRtcStats/WebRtcStats.ts +++ b/openvidu-browser/src/OpenViduInternal/WebRtcStats/WebRtcStats.ts @@ -223,7 +223,7 @@ export class WebRtcStats { 'exec': instrumentation.exec, 'component': instrumentation.component, 'stream': 'webRtc', - 'type': metricId, + 'et_type': metricId, 'stream_type': 'composed_metrics', 'units': units };