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"]
|
|
|
|
}
|