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" + }, + ] + } +}