File tree 2 files changed +0
-7
lines changed 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ services:
136
136
- START_WITH_AUDIO_MUTED
137
137
- START_VIDEO_MUTED
138
138
- START_WITH_VIDEO_MUTED
139
- - TESTING_AV1_SUPPORT
140
139
- TOKEN_AUTH_URL
141
140
- TOOLBAR_BUTTONS
142
141
- TRANSLATION_LANGUAGES
Original file line number Diff line number Diff line change 63
63
{ { $DISABLE_PROFILE := . Env . DISABLE_PROFILE | default "false" | toBool - } }
64
64
{ { $ROOM_PASSWORD_DIGITS := . Env . ROOM_PASSWORD_DIGITS | default "false" - } }
65
65
{ { $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 - } }
67
66
68
67
// Video configuration.
69
68
//
@@ -563,11 +562,6 @@ config.whiteboard = {
563
562
{ { end - } }
564
563
} ;
565
564
566
- // Testing
567
- config . testing = {
568
- enableAv1Support : { { $TESTING_AV1_SUPPORT } }
569
- } ;
570
-
571
565
// JaaS support: pre-configure image if JAAS_APP_ID was set.
572
566
{ { if . Env . JAAS_APP_ID - } }
573
567
{ { $JAAS_USE_STAGING := . Env . JAAS_USE_STAGING | default "false" | toBool - } }
You can’t perform that action at this time.
0 commit comments