quick_jibri_installer.sh: update and fix for newer release (2025)
This commit is contained in:
parent
8eeb286def
commit
265c1151a4
|
@ -29,10 +29,10 @@ index f412891..f704157 100644
|
||||||
|
|
||||||
// // Transcriber language. This settings will only work if "useAppLanguage"
|
// // Transcriber language. This settings will only work if "useAppLanguage"
|
||||||
// // is explicitly set to false.
|
// // is explicitly set to false.
|
||||||
@@ -453,7 +453,7 @@ var config = {
|
@@ -484,7 +484,7 @@ var config = {
|
||||||
|
// // Enables automatic request of subtitles when transcriber is present in the meeting, uses the default
|
||||||
// // Enables automatic turning on transcribing when recording is started
|
// // language that is set
|
||||||
// autoTranscribeOnRecord: false,
|
// autoCaptionOnTranscribe: false,
|
||||||
- // },
|
- // },
|
||||||
+ },
|
+ },
|
||||||
|
|
||||||
|
|
|
@ -1050,7 +1050,7 @@ sed -i "s|// startAudioMuted: 10,|startAudioMuted: 2,|" "$MEET_CONF"
|
||||||
[ "$ENABLE_WELCP" = "yes" ] && ENABLE_WELCP_BOL=true
|
[ "$ENABLE_WELCP" = "yes" ] && ENABLE_WELCP_BOL=true
|
||||||
[ "$ENABLE_WELCP" = "no" ] && ENABLE_WELCP_BOL=false
|
[ "$ENABLE_WELCP" = "no" ] && ENABLE_WELCP_BOL=false
|
||||||
export ENABLE_WELCP_BOL
|
export ENABLE_WELCP_BOL
|
||||||
echo "> Patching config.js to modify welcompage behavior..."
|
echo "> Patching config.js to modify welcome page behavior..."
|
||||||
echo " Read more about patches at the patches folder."
|
echo " Read more about patches at the patches folder."
|
||||||
envsubst < \
|
envsubst < \
|
||||||
patches/jitsi-meet/002-jitsi-meet-welcome-page-on-off.patch | \
|
patches/jitsi-meet/002-jitsi-meet-welcome-page-on-off.patch | \
|
||||||
|
|
Loading…
Reference in New Issue