You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,36 @@ For more information about the plugin API features, see the documentation (`read
19
19
20
20
If you have any suggestions, requirements, or questions, don’t hesitate to contact us.
21
21
22
-
## Necessary configurations
22
+
## Configurations
23
23
24
-
By default, no ping is sounded for the randomly picked user. To activate this feature, one must add the following configurations in their `/etc/bigbluebutton/bbb-html5.yml` file.
24
+
Down below, we list all the possible configurations this plugin supports, and then a brief explanation:
| `pingSoundEnabled` | Whether the ping sound is enabled | `false` |
37
+
| `pingSoundUrl` | URL of the ping sound file | `resources/sounds/doorbell.mp3` |
38
+
| `pickedUserTimeWindow` | Time window to consider a user as recently picked (users that join after that time will not see the last modal) | `30` |
39
+
40
+
41
+
### Notification/Ping sound
42
+
43
+
By default, no ping sound is played for the randomly picked user. To activate this feature, one must add the following configurations in their `/etc/bigbluebutton/bbb-html5.yml` file.
25
44
26
45
So within that file and in `public.plugins` add the following configurations:
0 commit comments