mirror of
https://github.com/jech/galene.git
synced 2024-11-12 19:55:59 +01:00
Update README.
This commit is contained in:
parent
307c834b09
commit
2ec0c01458
1 changed files with 10 additions and 10 deletions
20
README
20
README
|
@ -32,15 +32,13 @@ It should look like this:
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"urls":["turn:turn.example.com:443"],
|
"urls": [
|
||||||
"username":"username",
|
"turn:turn.example.com:443",
|
||||||
"credential":"password"
|
"turn:turn.example.com:443?transport=tcp"
|
||||||
|
],
|
||||||
|
"username": "username",
|
||||||
|
"credential": "password"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"urls":["turn:turn.example.com:443?transport=tcp"],
|
|
||||||
"username":"username",
|
|
||||||
"credential":"password"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
The port number, username and password should be the same as the ones in
|
The port number, username and password should be the same as the ones in
|
||||||
|
@ -56,7 +54,7 @@ options are described below.
|
||||||
|
|
||||||
{
|
{
|
||||||
"public": true,
|
"public": true,
|
||||||
"op": [{"username":"jch","password":"1234"}],
|
"op": [{"username":"jch", "password":"1234"}],
|
||||||
"presenter": [{}],
|
"presenter": [{}],
|
||||||
"max-users": 100
|
"max-users": 100
|
||||||
}
|
}
|
||||||
|
@ -120,7 +118,9 @@ contain the name of the group -- that makes it possible to set up a new
|
||||||
group just by copying a template file.
|
group just by copying a template file.
|
||||||
|
|
||||||
The group definition file contains a JSON directory with the following
|
The group definition file contains a JSON directory with the following
|
||||||
fields, all of which are optional.
|
fields. All fields are optional, but unless you specify at least one user
|
||||||
|
definition (`op`, `presenter`, or `other`), nobody will be able to join
|
||||||
|
the group.
|
||||||
|
|
||||||
- `op`, `presenter`, `other`: each of these is an array of user
|
- `op`, `presenter`, `other`: each of these is an array of user
|
||||||
definitions (see below) and specifies the users allowed to connect
|
definitions (see below) and specifies the users allowed to connect
|
||||||
|
|
Loading…
Reference in a new issue