diff --git a/patches/jigasi/001-jigasi-meet-config.patch b/patches/jigasi/001-jigasi-meet-config.patch index 41f5b8f..af6f8d0 100644 --- a/patches/jigasi/001-jigasi-meet-config.patch +++ b/patches/jigasi/001-jigasi-meet-config.patch @@ -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, - // }, + }, diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index a5176ba..f93447e 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -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 | \