diff options
| author | Andreas Hubel | 2020-12-27 01:04:38 +0100 | 
|---|---|---|
| committer | Andreas Hubel | 2020-12-27 01:04:38 +0100 | 
| commit | 74db6338342dd34d227e5cfe581560606c615ff9 (patch) | |
| tree | 47fe0a037135885b7dcd38a3942bff39be4fbd1a /configs | |
| parent | efdb554fbf65755cd8acef0130124dde3d8bd51c (diff) | |
change stream endpoints of main channels
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/rc3/config.php | 4 | 
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'], | 
