Forum Discussion
neel180
Jun 16, 2020Copper Contributor
MS Teams iOS app URL Scheme & deep linking
Does the Microsoft Team iOS app support a custom URL scheme which could be used to deep link directly from other iOS apps? Also, is it possible to send message, join team meetings, find contact f...
neel180
Jun 22, 2020Copper Contributor
Thank you. If possible could you please point me to some Similar sample code which I can use to build iOS app with Graph API to make a MS Team call, join a MS Team meeting, find a contact using SDK.
I have already visited following samples which shows Azure AD users to login (https://github.com/Azure-Samples/ms-identity-mobile-apple-swift-objc). My use case is using above SDK, after oAuth authentication, how do I call, join meeting and find contact using already installed MS Teams app on iOS device.
Thanks,
subhasish-MSFT
Jun 24, 2020Former Employee
You can have a look at Calling and meeting bots in Ms Teams.
Here are is a sample code on Graph API