From 75d8ed9c70ba9db98a2005830b96f472e9e60b6c Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sun, 11 Jun 2023 14:15:34 +0200 Subject: [PATCH] Revert "gpn21: room shutdown" This reverts commit 37197fe3d3dd029000e578ff50b0deed49aab95e. --- configs/conferences/gpn21/config.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/configs/conferences/gpn21/config.json b/configs/conferences/gpn21/config.json index d77096d9..151d618c 100644 --- a/configs/conferences/gpn21/config.json +++ b/configs/conferences/gpn21/config.json @@ -47,6 +47,15 @@ "chat": {} } }, + { + "guid": "", + "name": "Medientheater High Quality", + "slug": "demoscene", + "streamId": "demoscene", + "streamingConfig": { + "chat": {} + } + }, { "guid": "", "name": "Vortragssaal", @@ -55,7 +64,16 @@ "streamingConfig": { "chat": {} } + }, + { + "guid": "", + "name": "Blauer Salon", + "slug": "blauersalon", + "streamId": "s5", + "streamingConfig": { + "chat": {} + } } ] } -} +} \ No newline at end of file