mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: WebRtcStats multiple type to et_type
parent
bd4c79f005
commit
3fd2039f91
|
@ -263,7 +263,7 @@ export class WebRtcStats {
|
||||||
'exec': instrumentation.exec,
|
'exec': instrumentation.exec,
|
||||||
'component': instrumentation.component,
|
'component': instrumentation.component,
|
||||||
'stream': 'webRtc',
|
'stream': 'webRtc',
|
||||||
'type': metricId,
|
'et_type': metricId,
|
||||||
'stream_type': 'composed_metrics',
|
'stream_type': 'composed_metrics',
|
||||||
'units': units
|
'units': units
|
||||||
};
|
};
|
||||||
|
@ -317,7 +317,7 @@ export class WebRtcStats {
|
||||||
'exec': instrumentation.exec,
|
'exec': instrumentation.exec,
|
||||||
'component': instrumentation.component,
|
'component': instrumentation.component,
|
||||||
'stream': 'webRtc',
|
'stream': 'webRtc',
|
||||||
'type': metricId,
|
'et_type': metricId,
|
||||||
'stream_type': 'composed_metrics',
|
'stream_type': 'composed_metrics',
|
||||||
'units': units
|
'units': units
|
||||||
};
|
};
|
||||||
|
@ -351,7 +351,7 @@ export class WebRtcStats {
|
||||||
'exec': instrumentation.exec,
|
'exec': instrumentation.exec,
|
||||||
'component': instrumentation.component,
|
'component': instrumentation.component,
|
||||||
'stream': 'webRtc',
|
'stream': 'webRtc',
|
||||||
'type': metricId,
|
'et_type': metricId,
|
||||||
'stream_type': 'composed_metrics',
|
'stream_type': 'composed_metrics',
|
||||||
'units': units
|
'units': units
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue