|
@@ -175,22 +175,6 @@ case "$1" in
|
175
|
175
|
fi
|
176
|
176
|
fi
|
177
|
177
|
|
178
|
|
- # Fixes multi-stream flags to workaround problem with mobile joining a multi-stream call with multi-stream disabled
|
179
|
|
- FIX_MSG="// Temporary backwards compatibility with old mobile clients."
|
180
|
|
- if ! grep -q "^${FIX_MSG}" $JITSI_MEET_CONFIG; then
|
181
|
|
- echo $FIX_MSG >> $JITSI_MEET_CONFIG
|
182
|
|
- echo "config.flags = config.flags || {};" >> $JITSI_MEET_CONFIG
|
183
|
|
- fi
|
184
|
|
- if ! grep -q "^config.flags.sourceNameSignaling*" $JITSI_MEET_CONFIG; then
|
185
|
|
- echo "config.flags.sourceNameSignaling = true;" >> $JITSI_MEET_CONFIG
|
186
|
|
- fi
|
187
|
|
- if ! grep -q "^config.flags.sendMultipleVideoStreams*" $JITSI_MEET_CONFIG; then
|
188
|
|
- echo "config.flags.sendMultipleVideoStreams = true;" >> $JITSI_MEET_CONFIG
|
189
|
|
- fi
|
190
|
|
- if ! grep -q "^config.flags.receiveMultipleVideoStreams*" $JITSI_MEET_CONFIG; then
|
191
|
|
- echo "config.flags.receiveMultipleVideoStreams = true;" >> $JITSI_MEET_CONFIG
|
192
|
|
- fi
|
193
|
|
-
|
194
|
178
|
if [[ "$FORCE_OPENRESTY" = "true" ]]; then
|
195
|
179
|
NGX_COMMON_CONF_PATH="/usr/local/openresty/nginx/conf/$JVB_HOSTNAME.conf"
|
196
|
180
|
NGX_SVC_NAME=openresty
|