You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the command teams-for-linux https://teams.microsoft.com/l/meetup-join/****?context=**** works correctly, but teams-for-linux msteams://teams.microsoft.com/l/meetup-join/****?context=**** produces the bug described above.
The text was updated successfully, but these errors were encountered:
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:
teams-for-linux --webDebug --logConfig='{}'
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.The text was updated successfully, but these errors were encountered: