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:
parent
a782d8d5c2
commit
017bcc2f87
1 changed files with 8 additions and 8 deletions
|
@ -4,13 +4,13 @@
|
|||
{"username": "", "password": ""},
|
||||
{"username": "", "password": ""}
|
||||
],
|
||||
"public": ["true"],
|
||||
"description": ["This is displayed on the landing page for public groups."],
|
||||
"max-clients": ["20"],
|
||||
"max-history-age": ["14400"],
|
||||
"allow-recording": ["true"],
|
||||
"allow-anonymous": ["true"],
|
||||
"allow-subgroups": ["true"],
|
||||
"redirect": [""],
|
||||
"public": "true",
|
||||
"description": "This is displayed on the landing page for public groups.",
|
||||
"max-clients": 20,
|
||||
"max-history-age": 14400,
|
||||
"allow-recording": "true",
|
||||
"allow-anonymous": "true",
|
||||
"allow-subgroups": "true",
|
||||
"redirect": "",
|
||||
"codecs": ["vp8", "opus"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue