From 03a9b8b3339485dfa4e6ad89e54c83b5d2c86df2 Mon Sep 17 00:00:00 2001 From: Evilham Date: Tue, 21 Jun 2022 11:10:34 +0200 Subject: [PATCH] [__jitsi_meet*] Update to 2.0.7439-1 Changelog: https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-WEB.md#207439-2022-06-17 Sponsored by: camilion.eu, eXO.cat --- .../files/_update_jitsi_configurations.sh | 2 +- type/__jitsi_meet_domain/files/config.js.sh | 14 ++++++++++---- type/__jitsi_meet_domain/files/config.js.sh.orig | 14 ++++++++++---- type/__jitsi_meet_domain/files/jitsi-version | 2 +- 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh b/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh index 5c320ce..836a2e0 100755 --- a/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh +++ b/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh @@ -7,7 +7,7 @@ # We could automate this, but are using it as an indicator for the # latest branch with which we conciliated changes. -BRANCH="jitsi-meet_7416" +BRANCH="jitsi-meet_7439" REPO="https://github.com/jitsi/jitsi-meet" get_url() { diff --git a/type/__jitsi_meet_domain/files/config.js.sh b/type/__jitsi_meet_domain/files/config.js.sh index 5be5dbe..43e1e29 100644 --- a/type/__jitsi_meet_domain/files/config.js.sh +++ b/type/__jitsi_meet_domain/files/config.js.sh @@ -795,14 +795,14 @@ $(if [ -n "${VIDEO_CONSTRAINTS}" ]; then echo "${VIDEO_CONSTRAINTS},"; fi) // // Enables displaying face expressions in speaker stats // enableDisplayFaceExpressions: false, + // // Enable rtc stats for face landmarks + // enableRTCStats: false, + // // Minimum required face movement percentage threshold for sending new face centering coordinates data. // faceCenteringThreshold: 10, // // Milliseconds for processing a new image capture in order to detect face coordinates if they exist. - // captureInterval: 1000, - - // // Maximum number of faces that can be detected from a video track. - // maxFacesDetected: 4 + // captureInterval: 1000 // }, // Controls the percentage of automatic feedback shown to participants when callstats is enabled. @@ -957,12 +957,18 @@ ${ANALYTICS_SETTINGS} // chromeExtensionBanner: { // // The chrome extension to be installed address // url: 'https://chrome.google.com/webstore/detail/jitsi-meetings/kglhbbefdnlheedjiejgomgmfplipfeb', + // edgeUrl: 'https://microsoftedge.microsoft.com/addons/detail/jitsi-meetings/eeecajlpbgjppibfledfihobcabccihn', // // Extensions info which allows checking if they are installed or not // chromeExtensionsInfo: [ // { // id: 'kglhbbefdnlheedjiejgomgmfplipfeb', // path: 'jitsi-logo-48x48.png' + // }, + // // Edge extension info + // { + // id: 'eeecajlpbgjppibfledfihobcabccihn', + // path: 'jitsi-logo-48x48.png' // } // ] // }, diff --git a/type/__jitsi_meet_domain/files/config.js.sh.orig b/type/__jitsi_meet_domain/files/config.js.sh.orig index 7949818..a61a591 100644 --- a/type/__jitsi_meet_domain/files/config.js.sh.orig +++ b/type/__jitsi_meet_domain/files/config.js.sh.orig @@ -788,14 +788,14 @@ var config = { // // Enables displaying face expressions in speaker stats // enableDisplayFaceExpressions: false, + // // Enable rtc stats for face landmarks + // enableRTCStats: false, + // // Minimum required face movement percentage threshold for sending new face centering coordinates data. // faceCenteringThreshold: 10, // // Milliseconds for processing a new image capture in order to detect face coordinates if they exist. - // captureInterval: 1000, - - // // Maximum number of faces that can be detected from a video track. - // maxFacesDetected: 4 + // captureInterval: 1000 // }, // Controls the percentage of automatic feedback shown to participants when callstats is enabled. @@ -949,12 +949,18 @@ var config = { // chromeExtensionBanner: { // // The chrome extension to be installed address // url: 'https://chrome.google.com/webstore/detail/jitsi-meetings/kglhbbefdnlheedjiejgomgmfplipfeb', + // edgeUrl: 'https://microsoftedge.microsoft.com/addons/detail/jitsi-meetings/eeecajlpbgjppibfledfihobcabccihn', // // Extensions info which allows checking if they are installed or not // chromeExtensionsInfo: [ // { // id: 'kglhbbefdnlheedjiejgomgmfplipfeb', // path: 'jitsi-logo-48x48.png' + // }, + // // Edge extension info + // { + // id: 'eeecajlpbgjppibfledfihobcabccihn', + // path: 'jitsi-logo-48x48.png' // } // ] // }, diff --git a/type/__jitsi_meet_domain/files/jitsi-version b/type/__jitsi_meet_domain/files/jitsi-version index 43f9789..a716598 100644 --- a/type/__jitsi_meet_domain/files/jitsi-version +++ b/type/__jitsi_meet_domain/files/jitsi-version @@ -1 +1 @@ -2.0.7416-1 \ No newline at end of file +2.0.7439-1 \ No newline at end of file