From 443b6b848e355aa2bb286074300a42fe662d3bf3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 24 Feb 2021 17:53:27 +0100 Subject: [PATCH] Update groupname.json --- conf/groupname.json | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/conf/groupname.json b/conf/groupname.json index cd850f7..649bfec 100644 --- a/conf/groupname.json +++ b/conf/groupname.json @@ -1,25 +1,7 @@ { "op": [{"username": "__ADMIN__", "password": "__PASSWORD__"}], - "presenter": [ - {"username": "", "password": ""}, - {"username": "", "password": ""} - ], - "other": [ - {"username": "", "password": ""}, - {"username": "", "password": ""} - ], - "contact": "username@domain.com", - "comment": "Public Conference", + "presenter": [{}], "description": "a human-readable description of the group; this is displayed on the landing page for public groups.", - "autolock": true, - "autokick": false, "public": true, - "max-clients": 20, - "max-history-age": 14400, - "allow-recording": true, - "allow-anonymous": true, - "allow-subgroups": true, - "autokick": false, - "redirect": "", - "codecs": ["vp8", "opus"] + "allow-anonymous": true }