-
Notifications
You must be signed in to change notification settings - Fork 465
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
Add a Call menu #692
Comments
Not sure what this adds to be honest. If you need to search for the app to focus it before going to its menu, then you are already there so you can take the primary action, from within the app itself. Or alternatively use the always on top window. A dedicated menu bar icon with action would be more useful IMHO, because it's available regardless of the focused application. |
Thanks for the reply @saghul. I think the section about app-specific menus in the HIG probably outlines why this is a good idea better than I ever could:
From my perspective, in addition to creating a familiar experience on macOS, it would mean users could map their own keyboard shortcuts in System Preferences | Keyboard | Shortcuts as well as add basic automations to the app using AppleScript. I'm not sure whether you already have VoiceOver and Voice Control support covered, but it's worth noting that menu bar items are exposed to both of these for free too. Thanks again :) |
Oh and on this:
I agree that would also be a lovely addition for people who are using the app regularly. It might be interesting to consider a couple of custom items for the dock context menu too? |
Yes, a menu bar icon that shows the status ("green circle = Online", "gray circle = Offline", etc.) would go a very long way for me. This would allow glancing to see whether Jitsi is running and thinks it is online. (I always hide the dock fully for space, and I use the menu bar extensively for things like this.) "Actions" from a menu bar icon would be nice-to-haves or "next steps". Just "seeing it" in the menu bar would be huge for me. But, actions for a menu from the menu bar icon that come to mind off the top of my head might be:
I don't know how to implement this myself, but I prefer Jitsi over all the other macOS VOIP apps, so this would be amazing. |
Description
I'd love to see a call menu added to the app with options to mute/toggle camera/leave etc. This would make the app feel more at home on macOS where common commands are expected to be found in the menubar, along with information about any keyboard shortcuts that apply to them.
I would be more than happy to start the implementation off for this with a Leave menu item if someone could point me to what should be called from
main.js
to leave a call as I couldn't figure this part out.Current behaviour
The common commands are only available in the floating toolbar that disappears when the mouse is outside of the window.
Possible Solution
Environment details
Jitsi 2021.12.2, macOS 11
The text was updated successfully, but these errors were encountered: