Skip to content
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

Closed
fuzzy76 opened this issue Dec 14, 2020 · 6 comments
Closed

Open Teams meetings without browser #178

fuzzy76 opened this issue Dec 14, 2020 · 6 comments

Comments

@fuzzy76
Copy link

fuzzy76 commented Dec 14, 2020

Basically the same as #175, but for Teams.

@sfsam
Copy link
Owner

sfsam commented Dec 14, 2020

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.

@fuzzy76
Copy link
Author

fuzzy76 commented Dec 14, 2020

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.

@sfsam
Copy link
Owner

sfsam commented Dec 14, 2020

I have a test version. Could you please try it and let me know if it works?
http://itsycal.s3.amazonaws.com/Itsycal-msteams.zip

@fuzzy76
Copy link
Author

fuzzy76 commented Dec 15, 2020

Tested both with Teams running, and with Teams not running. It worked great in both cases! :)

@AliYusuf95
Copy link

AliYusuf95 commented Dec 29, 2020

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.

if ([link containsString:@"zoom.us/j/"]) {

else if ([link containsString:@"teams.microsoft.com/l/meetup-join/"]) {

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 url query param and decode it to get the real link.

@sfsam
Copy link
Owner

sfsam commented Dec 30, 2020

@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.

@sfsam sfsam closed this as completed Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants