Closed trygve55 closed 2 months ago
Can you try the release 1.9.5? I think this is the same as another open issue that should be fixed in 1.9.5. Thanks.
This looks like a duplicate of #1373 and #1370
It works in 1.9.5! Thank you for the great work.
Describe the bug Deep links (
msteams://
) for meeting invites does not work.To Reproduce Steps to reproduce the behavior:
Copy link
teams-for-linux msteams:<copied URL without https:>
Expected behavior The meeting will open as normaly.
Desktop:
Debug When possible, please run the application from the terminal using
--webDebug
and try to reproduce the error.The provide in this section the output from both the terminal and the browser debug console.
First terminal command:
Second terminal command
Output (first terminal):
Additional context
Running the command
teams-for-linux https://teams.microsoft.com/l/meetup-join/****?context=****
works correctly, butteams-for-linux msteams://teams.microsoft.com/l/meetup-join/****?context=****
produces the bug described above.