From ea29d6dd444af6ca9d31e4e38fd1db7dde0a6d56 Mon Sep 17 00:00:00 2001 From: Andreas Sikkema Date: Sat, 6 Apr 2024 00:01:29 +0200 Subject: [PATCH] Create config.json WHY2025 meeting config --- .../conferences/why2025meeting/config.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 configs/conferences/why2025meeting/config.json diff --git a/configs/conferences/why2025meeting/config.json b/configs/conferences/why2025meeting/config.json new file mode 100644 index 00000000..b1ff8214 --- /dev/null +++ b/configs/conferences/why2025meeting/config.json @@ -0,0 +1,24 @@ +{ + "$schema": "../../../docs/config-schema.json", + "conference": { + "title": "WHY2025 meeting", + "acronym": "why2025meeting", + "organizer": "IFCAT", + "description": "WHY2025 Orga Meeting", + "start": "2024-04-06T14:30:00+01:00", + "end": "2024-04-06T17:00:00+01:00", + "streamingConfig": { + "html": { + "footer": "by C3VOC" + } + }, + "rooms": [ + { + "guid": null, + "slug": "i1", + "name": "q1", + "streamId": "hack42" + }, + ] + } +}