From 4ce15396268a53996ed09f94314003f573ecffdb Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Thu, 2 Jul 2020 00:37:33 +0200 Subject: sotm: change stream endpoint names relive does not like minuses... --- configs/conferences/sotm2020/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/conferences/sotm2020/config.php') 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, -- cgit v1.2.3