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

fix(chat): audio and popup alerts #19675

Merged

Conversation

JoVictorNunes
Copy link
Collaborator

What does this PR do?

Fixes both audio and popup alerts of chat.

Closes Issue(s)

Closes none

@antobinary antobinary added this to the Release 3.0 milestone Feb 23, 2024
@ramonlsouza ramonlsouza self-requested a review February 26, 2024 12:07
Copy link
Member

@ramonlsouza ramonlsouza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if chat alerts are enabled when a poll is published, 2 alerts appear

poll-alert

new alerts will always replace the last one... is this expected?

simplescreenrecorder-2024-02-26_09.39.20.mp4

alerts appear again if presenter is changed:

simplescreenrecorder-2024-02-26_09.39.58.mp4

Copy link

sonarcloud bot commented Feb 27, 2024

Quality Gate Passed Quality Gate passed

Issues
14 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@JoVictorNunes
Copy link
Collaborator Author

if chat alerts are enabled when a poll is published, 2 alerts appear

Fixed in e1ed124 along with e913b98.

alerts appear again if presenter is changed

Fixed in 7e04467.

@JoVictorNunes
Copy link
Collaborator Author

JoVictorNunes commented Feb 27, 2024

new alerts will always replace the last one... is this expected?

Yes, this is expected. But this may be a point of discussion to see what is the best behavior. IMHO always displaying the last message is the way, once displaying one toast for each message can flood the user's screen. Another way is using the pagination technique, but this can create large toasts as well.

Copy link

Automated tests Summary

All the CI tests have passed!

@ramonlsouza ramonlsouza merged commit 0e8545f into bigbluebutton:v3.0.x-release Feb 27, 2024
27 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.

None yet

3 participants