1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update groupname.json

This commit is contained in:
ericgaspar 2021-01-13 22:42:50 +01:00
parent 5abfd49afb
commit 1959123d53
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -4,13 +4,13 @@
{"username": "", "password": ""}, {"username": "", "password": ""},
{"username": "", "password": ""} {"username": "", "password": ""}
], ],
"public": "true", "public": true,
"description": "This is displayed on the landing page for public groups.", "description": "This is displayed on the landing page for public groups.",
"max-clients": 20, "max-clients": 20,
"max-history-age": 14400, "max-history-age": 14400,
"allow-recording": "true", "allow-recording": true,
"allow-anonymous": "true", "allow-anonymous": true,
"allow-subgroups": "true", "allow-subgroups": true,
"redirect": "", "redirect": "",
"codecs": ["vp8", "opus"] "codecs": ["vp8", "opus"]
} }