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
Éric Gaspar 83a9ffda37
Coturn server (#13)
* Add coturn server
2021-01-13 21:58:03 +01:00

16 lines
477 B
JSON

{
"op": [{"username": "__ADMIN__", "password": "__PASSWORD__"}],
"presenter": [
{"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": "",
"codecs": ["vp8", "opus"]
}