Deep Linking
5 TopicsDeep 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.7KViews3likes13CommentsDeep 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.5KViews1like1Comment