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,
|
||||
'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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue