add feat Breakout Room Messaging/Broadcast message #2339
+47
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds lib functionality to improve Text Messaging in the following ways:
onedirectional "Info"-messaging to all rooms (including main room for backlog reasons?) AKA Broadcast
onedirectional "Info"-messaging to a single (Breakout) Room
bidirectional "Private Messaging" across all rooms
Keep in mind that broadcasting messages should only be allowed for moderators maybe and only work within the same conference, not across conferences.
Current behaviour:
Message to any room, except the joined room returns an error message from the websocket.
Message to any participant outside the own room returns nothing.
Proposed behaviour:
Message to any room within the boundaries of the conference by a moderator should be allowed, as well as broadcasting a message to all rooms in the conference.
Private messages from any participant to another participant in a different room should be allowed.
Please tell me what you think about this.
I am not experienced enough to create a PR on the backend, so that side will be missing entirely.