Skip to content

Commit

Permalink
Create WHY2025 meeting config file (#234)
Browse files Browse the repository at this point in the history
* Create config.json

WHY2025 meeting config

* improve room name

---------

Co-authored-by: Andreas Hubel <[email protected]>
  • Loading branch information
ramdyne and saerdnaer authored Apr 5, 2024
1 parent 9d334f9 commit a8eb43c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions configs/conferences/why2025meeting/config.json
Original file line number Diff line number Diff line change
@@ -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 <a href=\"https://c3voc.de\">C3VOC</a>"
}
},
"rooms": [
{
"guid": null,
"slug": "i1",
"name": "bitlair",
"streamId": "hack42"
},
]
}
}

0 comments on commit a8eb43c

Please sign in to comment.