diff options
author | Andreas Hubel | 2020-12-23 17:46:38 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-12-23 17:46:38 +0100 |
commit | ff4e2bfc06c3152da2dbbe998954dbf10a182ef1 (patch) | |
tree | 7dace2e818cd29cf6add8d78ad1ebdba9d435b70 /configs | |
parent | 66a597e660285277824cd5483354f05deb0a5014 (diff) |
set rc2 to stream q2 for tutorial session
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/rc3/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index 63a21d1..4860bde 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -265,7 +265,7 @@ $CONFIG['ROOMS'] = array( 'two' => array( 'DISPLAY' => 'rc2', 'WIDE' => true, - 'STREAM' => 'rc3', + 'STREAM' => 'q2', 'PREVIEW' => true, 'TRANSLATION' => [ ['endpoint' => 'translated', 'label' => 'Translated1'], |