Add missing UI button

This commit is contained in:
Luis Guzmán 2019-07-29 12:34:24 -05:00
parent 6a5e0135ba
commit e9ca5ad36d
No known key found for this signature in database
GPG Key ID: BE0F0FDD8926E0C5
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,8 @@ echo "Your Google Cloud credentials are at $GC_API_JSON"
echo "Setting up Jigasi transcript with current platform..." echo "Setting up Jigasi transcript with current platform..."
#Connect callcontrol #Connect callcontrol
sed -i "s|// call_control:|call_control:|" $MEET_CONF sed -i "s|// call_control:|call_control:|" $MEET_CONF
sed -i "s|// transcribingEnabled|transcribingEnabled|" $MEET_CONF
sed -i "/transcribingEnabled/ s|false|true|" $MEET_CONF
#siptest2siptest@domain.con #siptest2siptest@domain.con
#changed from conference to internal.auth from jibri #changed from conference to internal.auth from jibri