diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/pw20/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/pw20/config.php b/configs/conferences/pw20/config.php index 382326e..9a73859 100644 --- a/configs/conferences/pw20/config.php +++ b/configs/conferences/pw20/config.php @@ -126,7 +126,7 @@ $CONFIG['OVERVIEW'] = array( $CONFIG['ROOMS'] = array( 'saal1' => array( 'DISPLAY' => 'Saal 1', - 'STREAM' => 'q1', + 'STREAM' => 'pw20', 'PREVIEW' => true, 'TRANSLATION' => true, |