diff options
Diffstat (limited to 'view/config-json.php')
-rw-r--r-- | view/config-json.php | 2 |
1 files changed, 1 insertions, 1 deletions
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), ); } |