openvidu-browser: WebRtcStats multiple type to et_type

pull/178/head
pabloFuente 2018-12-17 12:35:31 +01:00
parent bd4c79f005
commit 3fd2039f91
1 changed files with 3 additions and 3 deletions

View File

@ -263,7 +263,7 @@ export class WebRtcStats {
'exec': instrumentation.exec,
'component': instrumentation.component,
'stream': 'webRtc',
'type': metricId,
'et_type': metricId,
'stream_type': 'composed_metrics',
'units': units
};
@ -317,7 +317,7 @@ export class WebRtcStats {
'exec': instrumentation.exec,
'component': instrumentation.component,
'stream': 'webRtc',
'type': metricId,
'et_type': metricId,
'stream_type': 'composed_metrics',
'units': units
};
@ -351,7 +351,7 @@ export class WebRtcStats {
'exec': instrumentation.exec,
'component': instrumentation.component,
'stream': 'webRtc',
'type': metricId,
'et_type': metricId,
'stream_type': 'composed_metrics',
'units': units
};