mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Document recording.
This commit is contained in:
parent
0a2c4eb381
commit
7972edfc8b
1 changed files with 5 additions and 2 deletions
7
README
7
README
|
@ -54,10 +54,11 @@ fields, all of which are optional.
|
||||||
definitions (see below) and specifies the users allowed to connect
|
definitions (see below) and specifies the users allowed to connect
|
||||||
respectively with operator privileges, with presenter privileges, and
|
respectively with operator privileges, with presenter privileges, and
|
||||||
as passive listeners;
|
as passive listeners;
|
||||||
- `public`: if set to true, then the group is visible on the landing page;
|
- `public`: if true, then the group is visible on the landing page;
|
||||||
- `max-clients`: the maximum number of clients that may join the group at
|
- `max-clients`: the maximum number of clients that may join the group at
|
||||||
a time;
|
a time;
|
||||||
- `allow-anonymous`: if set to true, then users may connect with an empty
|
- `allow-recording`: if true, then recording is allowed in this group;
|
||||||
|
- `allow-anonymous`: if true, then users may connect with an empty
|
||||||
username; this is not recommended, since anonymous users are not
|
username; this is not recommended, since anonymous users are not
|
||||||
allowed to participate in the chat.
|
allowed to participate in the chat.
|
||||||
|
|
||||||
|
@ -100,6 +101,8 @@ privileges:
|
||||||
- `/lock`: prevents any new users from connecting to the group unless
|
- `/lock`: prevents any new users from connecting to the group unless
|
||||||
they have operator privileges;
|
they have operator privileges;
|
||||||
- `/unlock`: reverts the effect of `/lock`;
|
- `/unlock`: reverts the effect of `/lock`;
|
||||||
|
- `/record`: start recording;
|
||||||
|
- `/unrecord`: stop recording;
|
||||||
- `/op user`: gives operator privileges to a user;
|
- `/op user`: gives operator privileges to a user;
|
||||||
- `/unop user`: takes away operator privileges;
|
- `/unop user`: takes away operator privileges;
|
||||||
- `/present user`: gives presenter privileges to a user;
|
- `/present user`: gives presenter privileges to a user;
|
||||||
|
|
Loading…
Reference in a new issue