diff options
author | Peter Hasse | 2020-09-04 17:43:42 +0200 |
---|---|---|
committer | Peter Hasse | 2020-09-04 17:43:42 +0200 |
commit | 80f4df29292a269529cb94a7dae1af2ebc5f39f7 (patch) | |
tree | 2248a5e337d8622bd70b26728bf0f2c2b5d34b6b /configs | |
parent | 7e171941595416a90ece9f5e4822339a18df5a68 (diff) |
changed ptt enpoint
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/divoc_ptt/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/divoc_ptt/config.php b/configs/conferences/divoc_ptt/config.php index 8e29657..e1a8547 100644 --- a/configs/conferences/divoc_ptt/config.php +++ b/configs/conferences/divoc_ptt/config.php @@ -141,7 +141,7 @@ $CONFIG['ROOMS'] = array( 'halla' => array( 'DISPLAY' => 'Scheider-Hoover', 'WIDE' => true, - 'STREAM' => 's1', + 'STREAM' => 'divoc', 'PREVIEW' => true, 'TRANSLATION' => [ ['endpoint' => 'translated', 'label' => 'Translated1'], |