IsmaelMartinez / teams-for-linux

Unofficial Microsoft Teams for Linux client
GNU General Public License v3.0
2.81k stars 232 forks source link

[Feature Request] Join via Meeting-ID #1412

Closed fschaupp closed 1 day ago

fschaupp commented 1 week ago

Is your feature request related to a problem? Please describe.

Currently, when I want to join a Microsoft Teams meeting from within the Linux desktop application, I need to access the meeting by clicking on a meeting invite link that was sent to me via email or another method. This can be cumbersome if I don't have access to my email client at the time or if I simply forgot the link.

Additionally, as mentioned in issue #1370, there is already an existing workaround (installing a Firefox plugin to redirect the Teams link to msteams://) that only works for users with Mozilla Firefox installed and configured correctly. This solution still requires additional steps and might not be practical for everyone.

Describe the solution you'd like

I would like to see two additional options in the teams-for-linux application:

  1. An option to join a Microsoft Teams meeting using only the Meeting ID and User PIN (or other authentication methods), allowing me to quickly look up the meeting details, enter the Meeting ID and PIN, and instantly join the meeting without needing to access any other apps or websites.
  2. A simple input field, maybe in the tray icon menu, where I can manually paste the meeting invite link and have it automatically join the meeting

Describe alternatives you've considered

As mentioned earlier, installing a Firefox plugin (issue #1370) is an existing workaround that doesn't cover all users' needs and requires additional configuration. This feature request aims to improve the user experience for both new and existing teams-for-linux users.

Additional context

This feature would be particularly useful for Linux users who frequently participate in Microsoft Teams meetings from their desktop environment or especially if you are in a hurry to join the meeting. Having a seamless experience within the teams-for-linux application would greatly enhance our productivity and reduce frustration caused by the current workflow.

A further step would be to suggest, maybe one time only?, to install the e.g. Firefox plugin afterwards or on first launch.

Thyrador commented 1 week ago

Additionally, as mentioned in issue #1370, there is already an existing workaround (installing a Firefox plugin to redirect the Teams link to msteams://) that only works for users with Mozilla Firefox installed and configured correctly. This solution still requires additional steps and might not be practical for everyone.

You can use similar ad-ons for chromium based browsers as well. Like Redirector for example.

You just add: Include pattern: ^(https://)(teams.microsoft.com/l/meetup-join/)(.*) Redirect to: msteams://$2$3 Pattern type: Regular Expression

and done. Your links now should open teams-for-linux instead of the teams web application.

IsmaelMartinez commented 1 week ago

There is a "Join with an ID" button in the calendar view.

image

image

I haven't use it but maybe you can give it a go?

KPS-MWT commented 1 day ago

There is a "Join with an ID" button in the calendar view.

I haven't use it but maybe you can give it a go?

This works as designed, I think this FR can be closed.