From 06ef361e74eb043cf2d179ffb16a02f04f58f20d Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Thu, 13 May 2021 12:54:28 +0200 Subject: config json (#147) * add first draft for new config json * misc optimizations--- view/config-json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/config-json.php') diff --git a/view/config-json.php b/view/config-json.php index e6d26e4..5973cef 100644 --- a/view/config-json.php +++ b/view/config-json.php @@ -46,7 +46,7 @@ function formatRooms($conference) { $struct[] = array( 'name' => $room->getDisplay(), 'slug' => $room->getSlug(), - 'livestreamId' => $room->getStream(), + 'streamId' => $room->getStream(), 'streamingConfig' => lowerCaseKeys($config), ); } -- cgit v1.2.3