Skip to content

Commit 73acbad

Browse files
committed
web: remove deprecated config option
1 parent cb4d941 commit 73acbad

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ services:
2525
- AMPLITUDE_ID
2626
- ANALYTICS_SCRIPT_URLS
2727
- ANALYTICS_WHITELISTED_EVENTS
28-
- BRIDGE_CHANNEL
2928
- CALLSTATS_CUSTOM_SCRIPT_URL
3029
- CALLSTATS_ID
3130
- CALLSTATS_SECRET

web/rootfs/defaults/settings-config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{{ $DEPLOYMENTINFO_USERREGION := .Env.DEPLOYMENTINFO_USERREGION | default "" -}}
2-
{{ $BRIDGE_CHANNEL := .Env.BRIDGE_CHANNEL | default "websocket" -}}
32
{{ $ENABLE_AUDIO_PROCESSING := .Env.ENABLE_AUDIO_PROCESSING | default "true" | toBool -}}
43
{{ $ENABLE_CALENDAR := .Env.ENABLE_CALENDAR | default "false" | toBool -}}
54
{{ $ENABLE_FILE_RECORDING_SERVICE := .Env.ENABLE_FILE_RECORDING_SERVICE | default "false" | toBool -}}
@@ -259,8 +258,6 @@ config.enableLipSync = {{ $ENABLE_LIPSYNC }};
259258
config.enableRemb = {{ $ENABLE_REMB }};
260259
config.enableTcc = {{ $ENABLE_TCC }};
261260

262-
config.openBridgeChannel = '{{ $BRIDGE_CHANNEL }}';
263-
264261
// Enable IPv6 support.
265262
config.useIPv6 = {{ $ENABLE_IPV6 }};
266263

0 commit comments

Comments
 (0)