diff --git a/README.md b/README.md index 25aeb45..63aaefd 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,22 @@ BigBlueButton plugins are small software components developed to expand its func Here is a list of the official open source plugins supported by BigBlueButton, along with their respective repository. -| Plugin Name | Maturity | Description | Repository Link | Sample Manifest URL, do not use this url on production! * | -|---------------------------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------| -| plugin-generic-link-share | Production | Allows the presenter to display a web page to all viewers inside a session, supporting content that can be rendered in an iFrame, such as videos or documents. | [Repository](https://github.com/bigbluebutton/bbb-plugin-generic-link-share) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-generic-link-share/dist/manifest.json) | -| plugin-session-share | Production | Enables users to share the current session by providing options to share the session link or invite other users directly. | [Repository](https://github.com/bigbluebutton/bbb-plugin-session-share) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-session-share/dist/manifest.json) | -| plugin-pick-random-user | Production | Provides moderators with a modal to randomly select a user (viewer or moderator) from the list of participants present in a session, facilitating interactive activities. | [Repository](https://github.com/bigbluebutton/bbb-plugin-pick-random-user) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-pick-random-user/dist/manifest.json) | -| plugin-typed-captions | Production | Implements a feature allowing users to type captions during a session, displaying them at the bottom of the presentation area, enhancing accessibility for participants. | [Repository](https://github.com/bigbluebutton/bbb-plugin-typed-captions) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-typed-captions/dist/manifest.json) | -| plugin-tour | Production | This plugin adds a button in the options dropdown menu to start a Tour to guide the user through some of the features of BigBlueButton. | [Repository](https://github.com/bigbluebutton/bbb-plugin-tour) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-tour/dist/manifest.json) | -| plugin-live-transcription | Production | This plugin adds a panel displaying the transcription generated from users who opted in having their browser auto-generate captions from their audio. | [Repository](https://github.com/bigbluebutton/bbb-plugin-live-transcription) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/live-transcription-plugin/manifest.json) | -| plugin-decrease-volume-on-speak | Beta | Decreases the volume of external videos when a user is speaking in the session. | [Repository](https://github.com/bigbluebutton/bbb-plugin-decrease-volume-on-speak) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-decrease-volume-on-speak/dist/manifest.json) | -| plugin-h5p | Beta | Expands the types of activities supported by BigBlueButton by integrating H5P interactive content, such as crosswords and drag-and-drop exercises, into sessions. | [Repository](https://github.com/bigbluebutton/bbb-plugin-h5p) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-h5p/dist/manifest.json) | -| plugin-code-highlight | Beta | Serves as a chat tool for students and users to demonstrate and comprehend code blocks in simpler, more visual ways by adding code syntax highlighting to messages. | [Repository](https://github.com/bigbluebutton/bbb-plugin-code-highlight) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-code-highlight/dist/manifest.json) | -| plugin-chat-mention | Beta | The chat mention helps to draw a user's attention to a portion of the chat, highlighting their name. | [Repository](https://github.com/bigbluebutton/bbb-plugin-chat-mention) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-chat-mention/dist/manifest.json) | -| plugin-media-popout | Beta | This plugin adds a button in the top right corner of Webcams and Screenshare to allow the video stream to be opened in a new window. | [Repository](https://github.com/bigbluebutton/bbb-plugin-media-popout) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-media-popout/dist/manifest.json) | -| bbb-plugin-picture-in-picture | Beta | This plugin adds the capability to view the BigBlueButton session while working in other contexts. | [Repository](https://github.com/bigbluebutton/bbb-plugin-picture-in-picture) | | -| bbb-plugin-pin-message | Beta | This plugin adds the capability to pin a chat message. | [Repository](https://github.com/bigbluebutton/bbb-plugin-pin-message) | | -| bbb-plugin-reaction-stack | Beta | This plugin adds a different view for user reactions. | [Repository](https://github.com/bigbluebutton/bbb-plugin-reaction-stack) | | | +| Plugin Name | Maturity | Description | Repository Link | Sample Manifest URL, do not use this url on production! * | +|-------------------------------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------| +| bbb-plugin-generic-link-share | Production | Allows the presenter to display a web page to all viewers inside a session, supporting content that can be rendered in an iFrame, such as videos or documents. | [Repository](https://github.com/bigbluebutton/bbb-plugin-generic-link-share) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-generic-link-share/dist/manifest.json) | +| bbb-plugin-session-share | Production | Enables users to share the current session by providing options to share the session link or invite other users directly. | [Repository](https://github.com/bigbluebutton/bbb-plugin-session-share) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-session-share/dist/manifest.json) | +| bbb-plugin-pick-random-user | Production | Provides moderators with a modal to randomly select a user (viewer or moderator) from the list of participants present in a session, facilitating interactive activities. | [Repository](https://github.com/bigbluebutton/bbb-plugin-pick-random-user) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-pick-random-user/dist/manifest.json) | +| bbb-plugin-typed-captions | Production | Implements a feature allowing users to type captions during a session, displaying them at the bottom of the presentation area, enhancing accessibility for participants. | [Repository](https://github.com/bigbluebutton/bbb-plugin-typed-captions) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-typed-captions/dist/manifest.json) | +| bbb-plugin-tour | Production | This plugin adds a button in the options dropdown menu to start a Tour to guide the user through some of the features of BigBlueButton. | [Repository](https://github.com/bigbluebutton/bbb-plugin-tour) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-tour/dist/manifest.json) | +| bbb-plugin-live-transcription | Production | This plugin adds a panel displaying the transcription generated from users who opted in having their browser auto-generate captions from their audio. | [Repository](https://github.com/bigbluebutton/bbb-plugin-live-transcription) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/live-transcription-plugin/manifest.json) | +| bbb-plugin-decrease-volume-on-speak | Beta | Decreases the volume of external videos when a user is speaking in the session. | [Repository](https://github.com/bigbluebutton/bbb-plugin-decrease-volume-on-speak) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-decrease-volume-on-speak/dist/manifest.json) | +| bbb-plugin-h5p | Beta | Expands the types of activities supported by BigBlueButton by integrating H5P interactive content, such as crosswords and drag-and-drop exercises, into sessions. | [Repository](https://github.com/bigbluebutton/bbb-plugin-h5p) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-h5p/dist/manifest.json) | +| bbb-plugin-code-highlight | Beta | Serves as a chat tool for students and users to demonstrate and comprehend code blocks in simpler, more visual ways by adding code syntax highlighting to messages. | [Repository](https://github.com/bigbluebutton/bbb-plugin-code-highlight) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-code-highlight/dist/manifest.json) | +| bbb-plugin-chat-mention | Beta | The chat mention helps to draw a user's attention to a portion of the chat, highlighting their name. | [Repository](https://github.com/bigbluebutton/bbb-plugin-chat-mention) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-chat-mention/dist/manifest.json) | +| bbb-plugin-media-popout | Beta | This plugin adds a button in the top right corner of Webcams and Screenshare to allow the video stream to be opened in a new window. | [Repository](https://github.com/bigbluebutton/bbb-plugin-media-popout) | [Manifest URL](https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/latest/plugin-media-popout/dist/manifest.json) | +| bbb-plugin-picture-in-picture | Beta | This plugin adds the capability to view the BigBlueButton session while working in other contexts. | [Repository](https://github.com/bigbluebutton/bbb-plugin-picture-in-picture) | | +| bbb-plugin-pin-message | Beta | This plugin adds the capability to pin a chat message. | [Repository](https://github.com/bigbluebutton/bbb-plugin-pin-message) | | +| bbb-plugin-reaction-stack | Beta | This plugin adds a different view for user reactions. | [Repository](https://github.com/bigbluebutton/bbb-plugin-reaction-stack) | | \* these links are for demonstration purposes, in production use your own hosting.