-
Notifications
You must be signed in to change notification settings - Fork 198
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
Deeplink webUrl from Graph API doesn't work as expected in Teams V2. #2485
Comments
@hemantkhapke23, Thanks for raising your issue. We will check this at our end and will update you accordingly. |
Hi @hemantkhapke23, we are also able to repro the issue. While clicking on this link We are checking this with engineering team whether this is by design behaviour or not. After getting confirmation we will update you in this thread. Thanks! |
Thanks for update @Prasad-MSFT |
Hi @Prasad-MSFT , Any update from engineering team on this? |
Apologies. We haven't got any update from engineering team about this issue yest. We will update this thread once we hear from them. Thanks! |
Hi @Prasad-MSFT, Any progress/ updates on this issue? |
Hi @hemantkhapke23, apologies. Currently there is no update from engineering team. Now we have raised a bug for the same. |
Thanks for update @Prasad-MSFT |
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'.
The text was updated successfully, but these errors were encountered: