-
Notifications
You must be signed in to change notification settings - Fork 234
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
Open Teams meetings without browser #178
Comments
Do you know the URL scheme for teams video and how that translates to the app URI scheme? Seeing some example URLs and how they translate to the app URI would be helpful since I don't use Teams and don't really know anything about it. |
I was hoping you'd be able to read it straight out of meetingbar's sourcecode, but I have to admit I couldn't. Granted, I'm not an Obj-C/Swift developer. But according to https://techcommunity.microsoft.com/t5/microsoft-teams/is-there-a-way-to-launch-ms-teams-meeting-always-in-desktop-app/m-p/511394 you just replace https:// with msteams:// and it should work. Seems to do so here. |
I have a test version. Could you please try it and let me know if it works? |
Tested both with Teams running, and with Teams not running. It worked great in both cases! :) |
I have an issue as stated here leits/MeetingBar#62 (comment), I use Outlook and every link arrives changed to a Safe Link which doesn't match the string used to detect meetings. Line 368 in ca8ce37
Line 379 in ca8ce37
example of safe link URL: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fus02web.zoom.us%2Fj%2F000000000&data=xxxx It needs to split URL params, take |
@AliYusuf95 I'm going to close this issue now since it is about Teams meetings without a browser. Could you please create a separate issue for safe links URLs? Thank you. |
Basically the same as #175, but for Teams.
The text was updated successfully, but these errors were encountered: