From 2bbc37dc1292c7316a46f8793aa0f76388096015 Mon Sep 17 00:00:00 2001 From: Brent Baccala Date: Mon, 17 Aug 2026 19:11:55 -0400 Subject: [PATCH 1/2] add a list of community contributed plugins --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 63aaefd..5a1f66a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ Here is a list of the official open source plugins supported by BigBlueButton, a \* these links are for demonstration purposes, in production use your own hosting. +Here is a list of unofficial, community-contributed plugins. + +| Plugin Name | Maturity | Description | Repository Link | +|-------------------------------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------| +| bbb-plugin-remote-desktop | Production | Allows interactive use of VNC desktops (both view and operate) in the presentation area | [Repository](https://github.com/BrentBaccala/bbb-plugin-remote-desktop) +| bbb-plugin-rtt-monitor | Production | Shows moderators a graph of measured round trip times | [Repository](https://github.com/BrentBaccala/bbb-rtt-monitor) + ## Capabilities and technical details Plugins are activated at the session creation stage, meaning the system responsible for creating the session must specify which plugins will be used. To enable a plugin in a session, the system administrator only needs to provide the URL of the plugin's *manifest* file. This file contains the necessary information for loading the plugin in the browser, as well as details about its integrations with the server. Plugins may also accept configurations; in such cases, in addition to the manifest URL, the system responsible for creating the session must also specify these configurations. From 9888034923dc872c83bd2dc7f9bad653a73c4d61 Mon Sep 17 00:00:00 2001 From: Brent Baccala Date: Mon, 17 Aug 2026 19:15:43 -0400 Subject: [PATCH 2/2] fixed URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a1f66a..b474f7c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Here is a list of unofficial, community-contributed plugins. | Plugin Name | Maturity | Description | Repository Link | |-------------------------------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------| | bbb-plugin-remote-desktop | Production | Allows interactive use of VNC desktops (both view and operate) in the presentation area | [Repository](https://github.com/BrentBaccala/bbb-plugin-remote-desktop) -| bbb-plugin-rtt-monitor | Production | Shows moderators a graph of measured round trip times | [Repository](https://github.com/BrentBaccala/bbb-rtt-monitor) +| bbb-plugin-rtt-monitor | Production | Shows moderators a graph of measured round trip times | [Repository](https://github.com/BrentBaccala/bbb-plugin-rtt-monitor) ## Capabilities and technical details