Skip to content

Commit

Permalink
docs(owner_restricted): more explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Apr 25, 2024
1 parent 29e11a0 commit 25ba044
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions owner_restricted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This plugin allows the conference if there is a moderator (`owner`) in the room.

It doesn't prevent guests to join the room but ends the meeting if there is
still no moderator after `timeout`.

When the last moderator leaves the room, it waits `timeout` seconds and ends the
meetinf if the moderator doesn't come back.

## Installation

- Copy this script to the Prosody plugins folder. It's the following folder on
Expand All @@ -23,6 +29,8 @@ This plugin allows the conference if there is a moderator (`owner`) in the room.
...
"owner_restricted";
}
role_timeout = 60;
```

- Restart the services
Expand Down

0 comments on commit 25ba044

Please sign in to comment.