File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ services:
25
25
- AMPLITUDE_ID
26
26
- ANALYTICS_SCRIPT_URLS
27
27
- ANALYTICS_WHITELISTED_EVENTS
28
- - BRIDGE_CHANNEL
29
28
- CALLSTATS_CUSTOM_SCRIPT_URL
30
29
- CALLSTATS_ID
31
30
- CALLSTATS_SECRET
Original file line number Diff line number Diff line change 1
1
{ { $DEPLOYMENTINFO_USERREGION := . Env . DEPLOYMENTINFO_USERREGION | default "" - } }
2
- { { $BRIDGE_CHANNEL := . Env . BRIDGE_CHANNEL | default "websocket" - } }
3
2
{ { $ENABLE_AUDIO_PROCESSING := . Env . ENABLE_AUDIO_PROCESSING | default "true" | toBool - } }
4
3
{ { $ENABLE_CALENDAR := . Env . ENABLE_CALENDAR | default "false" | toBool - } }
5
4
{ { $ENABLE_FILE_RECORDING_SERVICE := . Env . ENABLE_FILE_RECORDING_SERVICE | default "false" | toBool - } }
@@ -259,8 +258,6 @@ config.enableLipSync = {{ $ENABLE_LIPSYNC }};
259
258
config . enableRemb = { { $ENABLE_REMB } } ;
260
259
config . enableTcc = { { $ENABLE_TCC } } ;
261
260
262
- config . openBridgeChannel = '{{ $BRIDGE_CHANNEL }}' ;
263
-
264
261
// Enable IPv6 support.
265
262
config. useIPv6 = { { $ENABLE_IPV6 } } ;
266
263
You can’t perform that action at this time.
0 commit comments