deep linking
5 TopicsDeep-link call in MSTeams custom app works on desktop BUT FAILED on iOS and Android
Hi All, Our application provides the facility to make call between contacts. To start communications, we have used deep links. These deep links are working fine on desktop and chrome clients. But when same application is running on iOS or Android, It always fails. users to make deep-link call raju.panwar@Agnity263.onmicrosoft.com. I also tried by converting it in small characters but same issue persists. When start executing deep link, It displays avatar and display name correctly in desktop application when call is working fine. BUT when call is failed, it displays avatar and known user. How can I fix it? Please suggest.2.7KViews0likes2CommentsDeep Links not working when the userPricipalName has uppercase letters
We have been trying to use teams deeplinks https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links Only the call and chat ones, found that for some users where the userPricipalName is sentence case e.g. Joe.Bloggs@mycompany.com the call deeplink fails but the chat one works fine. Found for a a few users where the userPricipalName is all lower case the call and chat works as it should. I have tried putting the email all lower case in the deeplink but this return the same message "There's a problem with the link Try contacting the person who shared it." The users are syncd from on prem AD to Azure AD. As the chat link works fine, I'm reluctant to update AD userPricipalName to lower case to resolve the issue as it looks as though something different occurs on calling the call deeplink than the chat one. I can't see any other reports but guessing that may be down to limited use of deeplinks, our use case is to promote the use of teams. Anyone experienced anything similar?3.5KViews3likes13CommentsDeeplink is not working on mobile device on Channel Chat
I have one messaging extension and there I am posting adaptive card which have some buttons(Deeplink). On desktop, on click on the button, it is going to the deep linked tab but the same thing is not working on Teams app on mobile. Below is my deeplinking url: Deep link URL1.5KViews0likes1CommentDeep Link to Active Meeting
I've managed to get Team Chat message to be issued through the following type link https://teams.microsoft.com/l/chat/0/0?users=<user1>,<user2>,..&message=<precanned text> What I now want to do is to be able to do is to use this same technique to issue a request for someone to join an active meeting. In otherwords, when a Meeting is currently running, there is an option to view participants, and then to invite participants directly from the meeting... All the Participant sees is a 'Accept / Decline" invite. How can I use the deep link method of initiating this Accept/Decline invite?2.4KViews1like1CommentHow to open native apps using deep linking from tab apps in Microsoft Teams
Hello everyone, I am trying to open native apps from my tab app I created in App Studio, is there any documentation about this subject? I try to use deep linking but it does not open my app. thanks in advance, Avihai.991Views0likes0Comments