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

Optimize Jitsi widget message #1382

Open
skolmer opened this issue Nov 16, 2020 · 2 comments
Open

Optimize Jitsi widget message #1382

skolmer opened this issue Nov 16, 2020 · 2 comments
Labels
A-Jitsi A-Widgets O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Impairs non-critical functionality or suitable workarounds exist T-Enhancement

Comments

@skolmer
Copy link

skolmer commented Nov 16, 2020

Is your suggestion related to a problem? Please describe.

In some situations the Jitsi widget is added to a room in preparation of future meetings. The message posted to the room however says a meeting is started and users should join. The widget can also be hidden in the sidebar and not visible "at the top of the room". This can be confusing and should be changed to more general message.

Current message:

Video conference started by [username]
Join the conference at the top of this room

Describe the solution you'd like

The message should notify the user that a video conference feature has been added to the room and how it can be used and not indicate that a conference has started.

@t3chguy
Copy link
Member

t3chguy commented Nov 16, 2020

Related element-hq/element-web#15718

@turt2live
Copy link
Member

We might also be able to get way with finally adding the accept/reject buttons to the bubble rather than trying to steer the user into the right direction. @nadonomy are there quick wins we can do on this?

turt2live referenced this issue in matrix-org/matrix-react-sdk Jan 27, 2021
Seems to be that as part of the layout work the timing sequence for when `.getRoom().widgets` will work changed. We can get around this with `initIfNeeded` which will no-op in the worst case.

This also includes a copy change to make ended conferences stop lying about where to find the widget. This is work towards https://github.com/vector-im/element-web/issues/15739
@turt2live turt2live added O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Impairs non-critical functionality or suitable workarounds exist labels Aug 26, 2021
@t3chguy t3chguy transferred this issue from element-hq/element-web Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Jitsi A-Widgets O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Impairs non-critical functionality or suitable workarounds exist T-Enhancement
Projects
None yet
Development

No branches or pull requests

4 participants