Skip to content

Commit 9fe5b8b

Browse files
committed
fix(web) Remove no longer used config setting.
Av1 has already been enabled by default.
1 parent a53775c commit 9fe5b8b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ services:
136136
- START_WITH_AUDIO_MUTED
137137
- START_VIDEO_MUTED
138138
- START_WITH_VIDEO_MUTED
139-
- TESTING_AV1_SUPPORT
140139
- TOKEN_AUTH_URL
141140
- TOOLBAR_BUTTONS
142141
- TRANSLATION_LANGUAGES

web/rootfs/defaults/settings-config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
{{ $DISABLE_PROFILE := .Env.DISABLE_PROFILE | default "false" | toBool -}}
6464
{{ $ROOM_PASSWORD_DIGITS := .Env.ROOM_PASSWORD_DIGITS | default "false" -}}
6565
{{ $WHITEBOARD_ENABLED := or (.Env.WHITEBOARD_COLLAB_SERVER_PUBLIC_URL | default "" | toBool) (.Env.WHITEBOARD_COLLAB_SERVER_URL_BASE | default "" | toBool) }}
66-
{{ $TESTING_AV1_SUPPORT := .Env.TESTING_AV1_SUPPORT | default "false" | toBool -}}
6766

6867
// Video configuration.
6968
//
@@ -563,11 +562,6 @@ config.whiteboard = {
563562
{{ end -}}
564563
};
565564

566-
// Testing
567-
config.testing = {
568-
enableAv1Support: {{ $TESTING_AV1_SUPPORT }}
569-
};
570-
571565
// JaaS support: pre-configure image if JAAS_APP_ID was set.
572566
{{ if .Env.JAAS_APP_ID -}}
573567
{{ $JAAS_USE_STAGING := .Env.JAAS_USE_STAGING | default "false" | toBool -}}

0 commit comments

Comments
 (0)