update offset lines and names
This commit is contained in:
parent
d38d87e505
commit
9ace8b173a
|
@ -99,13 +99,13 @@ echo "Setting up Jigasi transcript with current platform..."
|
||||||
|
|
||||||
# Jitsi Meet
|
# Jitsi Meet
|
||||||
echo "> Patching Jitsi Meet's config.js for Transcription support."
|
echo "> Patching Jitsi Meet's config.js for Transcription support."
|
||||||
echo " Read more at patches/jigasi/jigasi-meet-config.patch file"
|
echo " Read more at patches/jigasi/001-jigasi-meet-config.patch file"
|
||||||
envsubst < patches/jigasi/001-jigasi-meet-config.patch | \
|
envsubst < patches/jigasi/001-jigasi-meet-config.patch | \
|
||||||
patch --no-backup-if-mismatch -d / -p1
|
patch --no-backup-if-mismatch -d / -p1
|
||||||
|
|
||||||
# Jigasi
|
# Jigasi
|
||||||
echo "> Patching jigasi's sip-communicator.properties configuration."
|
echo "> Patching jigasi's sip-communicator.properties configuration."
|
||||||
echo " Read more at patches/jigasi/jigasi-sip-properties.patch file"
|
echo " Read more at patches/jigasi/002-jigasi-sip-properties.patch file"
|
||||||
cp "$JIG_SIP_PROP" ${JIG_SIP_PROP}-dpkg-file
|
cp "$JIG_SIP_PROP" ${JIG_SIP_PROP}-dpkg-file
|
||||||
envsubst < patches/jigasi/002-jigasi-sip-properties.patch | \
|
envsubst < patches/jigasi/002-jigasi-sip-properties.patch | \
|
||||||
patch --no-backup-if-mismatch -d / -p1
|
patch --no-backup-if-mismatch -d / -p1
|
||||||
|
|
|
@ -8,7 +8,7 @@ diff --git a/etc/jitsi/meet/${DOMAIN}-config.js b/etc/jitsi/meet/${DOMAIN}-confi
|
||||||
index f412891..f704157 100644
|
index f412891..f704157 100644
|
||||||
--- a/etc/jitsi/meet/${DOMAIN}-config.js
|
--- a/etc/jitsi/meet/${DOMAIN}-config.js
|
||||||
+++ b/etc/jitsi/meet/${DOMAIN}-config.js
|
+++ b/etc/jitsi/meet/${DOMAIN}-config.js
|
||||||
@@ -407,9 +407,9 @@ var config = {
|
@@ -426,9 +426,9 @@ var config = {
|
||||||
// autoCaptionOnRecord: false,
|
// autoCaptionOnRecord: false,
|
||||||
|
|
||||||
// Transcription options.
|
// Transcription options.
|
||||||
|
@ -20,7 +20,7 @@ index f412891..f704157 100644
|
||||||
|
|
||||||
// // Translation languages.
|
// // Translation languages.
|
||||||
// // Available languages can be found in
|
// // Available languages can be found in
|
||||||
@@ -424,7 +424,7 @@ var config = {
|
@@ -443,7 +443,7 @@ var config = {
|
||||||
// // detected based on the environment, e.g. if the app is opened in a chrome instance which
|
// // detected based on the environment, e.g. if the app is opened in a chrome instance which
|
||||||
// // is using french as its default language then transcriptions for that participant will be in french.
|
// // is using french as its default language then transcriptions for that participant will be in french.
|
||||||
// // Defaults to true.
|
// // Defaults to true.
|
||||||
|
@ -29,7 +29,7 @@ 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.
|
||||||
@@ -434,7 +434,7 @@ var config = {
|
@@ -453,7 +453,7 @@ var config = {
|
||||||
|
|
||||||
// // Enables automatic turning on transcribing when recording is started
|
// // Enables automatic turning on transcribing when recording is started
|
||||||
// autoTranscribeOnRecord: false,
|
// autoTranscribeOnRecord: false,
|
||||||
|
|
Loading…
Reference in New Issue