-
Notifications
You must be signed in to change notification settings - Fork 782
Add the Voice Broadcast option in the room functionalities #7127
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
Comments
Is this a similar feature to like the app "clubhouse" ? Can more than 1 person be on a broadcast at once? Maybe 3 -4 people are broadcasting to an entire room of people Im not sure the best implementation but maybe you could utilize the opensource tool called JAM which feels like a very similar feature and provides an sdk or use it in a webview as a plugin / widget instead. |
This feature is different from the video rooms which has been released as a beta feature in Element-web: element-hq/element-web#21962 Here only one person will be allowed to broadcast a live audio recording. |
Done
|
Your use case
What/Why would you like to do?
As a user I want to be able to send a voice broadcast to all users of a room, so that I can easily provide information by just talking. Compared to already existing voice messages it should be possible to listen to voice broadcast at the time they are being recorded. Think of this being a live-podcast over Matrix.
Some use-case scenarios for this feature can be to verbally provide updates, trainings, or talk to a large number of people.
How would you like to achieve it?
With the Voice Broadcast function, it should be possible to share longer audio messages in rooms with a short time delay.
In case of bad network connections, the sending client saves messages locally and automatically sends them when the connection is restored.In case of an interruption of the network during a voice broadcasting, the sending client pauses the broadcast until the connection is restored. The end user is then able to resume the VB or stop it.Have you considered any alternatives?
No response
Additional context
Related to element-hq/element-meta#632
Design hand off: https://www.figma.com/file/5zlCPsSOJELBzIiQdHC2LV/Voice-Broadcasting
I'm live broadcasting:

I'm listening to a live broadcast, and decide to rewind:

Are you willing to provide a PR?
Yes
The text was updated successfully, but these errors were encountered: