Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugins): Notification API support for plugins #132

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

GuiLeme
Copy link
Collaborator

@GuiLeme GuiLeme commented Nov 6, 2024

What does this PR do?

It allows the user to send a notification client-side. If, on the other hand, a developer wants to make it so that everyone receives a notification at the same time, they can easily do it with the help of a data-channel.

How to test

I, myself, used the sample-action-button-dropdown to test it. I already left the necessary code change there to make it easier to test. But, one can simply use this API in whatever plugin they want.

More

See demo, below:

demo-notification-plugin.mp4

We can always change the UI, of course, but mind that this PR doesn't aim to change the structure of the notification itself, it simply wants to simply open the possibility for a plugin to send a notification in the current notify structure.

But again, this is arguable, so if you have a suggestion, please comment down below.

Closely related to bigbluebutton/bigbluebutton#21625

@antobinary antobinary merged commit b461129 into bigbluebutton:main Nov 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants