aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hubel2020-12-27 01:04:38 +0100
committerAndreas Hubel2020-12-27 01:04:38 +0100
commit74db6338342dd34d227e5cfe581560606c615ff9 (patch)
tree47fe0a037135885b7dcd38a3942bff39be4fbd1a
parentefdb554fbf65755cd8acef0130124dde3d8bd51c (diff)
change stream endpoints of main channels
Diffstat (limited to '')
-rw-r--r--configs/conferences/rc3/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php
index 74bed7e..a0b2261 100644
--- a/configs/conferences/rc3/config.php
+++ b/configs/conferences/rc3/config.php
@@ -233,7 +233,7 @@ $CONFIG['ROOMS'] = array(
'one' => array(
'DISPLAY' => 'rC1',
'WIDE' => true,
- 'STREAM' => 's1',
+ 'STREAM' => 'rc1',
'PREVIEW' => true,
'TRANSLATION' => [
['endpoint' => 'translated', 'label' => 'Translated1'],
@@ -266,7 +266,7 @@ $CONFIG['ROOMS'] = array(
'two' => array(
'DISPLAY' => 'rC2',
'WIDE' => true,
- 'STREAM' => 's2',
+ 'STREAM' => 'rc2',
'PREVIEW' => true,
'TRANSLATION' => [
['endpoint' => 'translated', 'label' => 'Translated1'],