Forum Discussion
PraveenPatelTQ
Dec 20, 2024Copper Contributor
Custom app deeplink to the meeting sidepanel is broken
Add any custom app to a meeting. You will see "I added a tab at the top of this chat. Check it out!" message in the meeting chat along with the clickable deep-link card.
Upon clicking this card it should take you to the respective app. Instead, it won't do anything. Previously it was working fine with older versions of new teams.
Similarly, The following deeplink was working fine to take the user to meeting sidepanel. It is not working now. I am suspecting that if the above issue is fixed, this will work fine.
My deeplink is :
Can anyone suggest on this please?
- Sayali-MSFT
Microsoft
Hello @PraveenPatelTQ,
Hope you are doing well!!Deep link doesn't open in the meeting side panel in the following scenarios:
- There's no active meeting.
- The app doesn't have sidePanel context declared in the app manifest.
- openInMeeting is set to false in the deep link.
- The deep link is selected outside of the meeting window or component.
- The deep link doesn't match the current meeting, such as a deep link created in another meeting.
Could you kindly check if there were any issues with your meeting URL and confirm?
Test the deep link in both the Teams desktop client and the web client to check if the issue is specific to one platform.
Reference Document-Deep Links for Workflows in Teams App - Teams | Microsoft Learn
- Sayali-MSFT
Microsoft
Hello @PraveenPatelTQ, Thank you for your inquiry about your Teams app development issue!
We are checking the issue. We will get back to you shortly.