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: Add a message for when the guest isn't valid #14334

Merged

Conversation

Tainan404
Copy link
Member

@Tainan404 Tainan404 commented Feb 10, 2022

What does this PR do?

This PR adds a new field to registered user for when he leaves the lobby and use it to notify the user about a invalid request, it's meant for users who left the guest lobby and returned and users with connection issues

Motivation

Before this PR the user isn't notified about the invalidation of the requests and keep trying to join the meeting, but the moderator isn't nofied about the new attempts. Now the user receives a notifications that his request is invalid

How to test

  • Join with a moderator
  • Join with guest
  • Close the tab in guest lobby
  • Wait the guest disapear in the guest panel in moderator tab
  • Re-open the tab with guest lobby

@@ -0,0 +1 @@
{"name":"sbt","version":"1.5.2","bspVersion":"2.0.0-M5","languages":["scala"],"argv":["/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java","-Xms100m","-Xmx100m","-classpath","/home/dev/.local/share/JetBrains/IdeaIC2021.3/Scala/launcher/sbt-launch.jar","xsbt.boot.Boot","-bsp","--sbt-launch-jar=/home/dev/.local/share/JetBrains/IdeaIC2021.3/Scala/launcher/sbt-launch.jar"]}
Copy link
Member

Choose a reason for hiding this comment

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

Please add to .gitignore and drop from PR

@antobinary antobinary closed this Feb 16, 2022
@antobinary antobinary reopened this Feb 16, 2022
@antobinary antobinary merged commit 070eafe into bigbluebutton:v2.4.x-release Feb 16, 2022
@sonarcloud
Copy link

sonarcloud bot commented Feb 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@antobinary antobinary changed the title Add a message for when the guest isn't valid fix: Add a message for when the guest isn't valid Feb 24, 2022
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