Forum Discussion
Deeplink webUrl from Graph API doesn't work as expected in Teams V2.
Hello,
We have developed a application that can open link and redirect to the chat tab of the ongoing meeting in MS Teams native interface. I'm using the function app.openLink . To achieve this, I use the GraphAPI that returns the webUrl. for example,
"https://teams.microsoft.com/l/meetup-join/19%3ameeting_NTk4ZmE5Y2ItNzc3YS00YTk4LWJlNDgtYjI3ZGM4YmJkMGM4%40thread.v2/0?context=%7b%22Tid%22%3a%225411b174-6dbb-4f8e-ac79-aeebd613bb8c%22%2c%22Oid%22%3a%221dadaf9f-3de6-4ced-8785-c30a6527118f%22%7d" and we are replacing "meetup-join" with "chat".
So my problem is that this redirection by cliking on this link (by using app.openLink) works good in Teams Classic but not in Teams V2 version. In Teams V2, it redirects me to the side panel in the meeting interface and chat gets opened in the side panel and the application which was previously opened in the side panel gets replaced with chat. In classic teams after redirection chat tab was opening in teams native interface. Also I'm getting this in the console after making the deep link call 'either targetOrigin or target is invalid'.
1 Reply
- Prasad_Das-MSFT
Microsoft