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