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

19 lines
553 B
JSON
Raw Normal View History

2021-01-09 21:34:33 +01:00
{
2021-01-27 13:09:42 +01:00
"op": [{"username": "__ADMIN__", "password": "__PASSWORD__"}],
2021-01-15 10:22:53 +01:00
"presenter": [
2021-01-17 16:21:47 +01:00
{"username": "", "password": ""},
{"username": "", "password": ""}
2021-01-15 10:22:53 +01:00
],
"contact": "username@domain.com",
"comment": "Public Conference",
"description": "a human-readable description of the group; this is displayed on the landing page for public groups.",
"autolock": true,
"public": true,
"max-clients": 20,
"max-history-age": 14400,
"allow-recording": true,
"allow-anonymous": true,
"allow-subgroups": true,
"redirect": "",
"codecs": ["vp8", "opus"]
}