mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 14:37:47 +00:00
ref(rtc-stats) update faceLandmarks naming
This commit is contained in:
@@ -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