Forum Discussion
Opening custom desktop app from tab app
Hi, I developed a Desktop app and a teams tab app, I want to integrate them. The tabs app is supposed to open the desktop app and pass the data, where passing of the data is the most important thing
The desktop application is running on MAC OS, and has registered listeners for the deep link
Teams tab app has granted permission for open external and inside I run the application that implements teamsjs SDK with version 2.18.0
I call from the web app inside of the Teams Tab app
app.openLink("myApp://data")
I expect to have my desktop application opened and data accessable
Anyone who solved similar or is there any different solution to how I can pass the data from the tab app into any desktop app?
Thanks
- ChetanSharma-msftMicrosoft
Hello er1cAk - Thanks for raising your query.
For opening the desktop application, we have informed engineering team, and they are looking into it to check and add the protocol.
Regarding passing the data from Tab to Desktop app also, we are checking with engineering team and let you know the updates.