mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 13:57:49 +00:00
ref(rtc-stats) update faceLandmarks naming
This commit is contained in:
@@ -122,7 +122,7 @@ class RTCStats {
|
||||
* @returns {void}
|
||||
*/
|
||||
sendFaceExpressionData(faceExpressionData) {
|
||||
this.trace && this.trace.statsEntry('faceExpression', null, faceExpressionData);
|
||||
this.trace && this.trace.statsEntry('faceLandmarks', null, faceExpressionData);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -26,7 +26,6 @@ MiddlewareRegistry.register(store => next => action => {
|
||||
const config = state['features/base/config'];
|
||||
const { analytics } = config;
|
||||
|
||||
|
||||
switch (action.type) {
|
||||
case LIB_WILL_INIT: {
|
||||
if (isRtcstatsEnabled(state)) {
|
||||
@@ -156,7 +155,7 @@ MiddlewareRegistry.register(store => next => action => {
|
||||
|
||||
RTCStats.sendFaceExpressionData({
|
||||
duration,
|
||||
faceExpression,
|
||||
faceLandmarks: faceExpression,
|
||||
timestamp
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user