aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/sotm2020/config.php
diff options
context:
space:
mode:
authorAndreas Hubel2020-07-02 00:37:33 +0200
committerAndreas Hubel2020-07-02 00:37:33 +0200
commit4ce15396268a53996ed09f94314003f573ecffdb (patch)
tree3478c9de31cc36efc59e5a8e5fdd1f506157f595 /configs/conferences/sotm2020/config.php
parent10354f2fec215af62686551730f08f85423b2fd6 (diff)
sotm: change stream endpoint names
relive does not like minuses...
Diffstat (limited to 'configs/conferences/sotm2020/config.php')
-rw-r--r--configs/conferences/sotm2020/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/sotm2020/config.php b/configs/conferences/sotm2020/config.php
index 28bee4a..c151b31 100644
--- a/configs/conferences/sotm2020/config.php
+++ b/configs/conferences/sotm2020/config.php
@@ -122,7 +122,7 @@ $CONFIG['OVERVIEW'] = array(
$CONFIG['ROOMS'] = array(
'track1' => array(
'DISPLAY' => 'Track 1',
- 'STREAM' => 'sotm-track1',
+ 'STREAM' => 'sotm1',
'PREVIEW' => true,
'TRANSLATION' => false,
@@ -143,7 +143,7 @@ $CONFIG['ROOMS'] = array(
'track2' => array(
'DISPLAY' => 'Track 2',
- 'STREAM' => 'sotm-track2',
+ 'STREAM' => 'sotm2',
'PREVIEW' => true,
'TRANSLATION' => false,