Forum Discussion
GirishL
Aug 24, 2020Copper Contributor
Embedding Microsoft Teams Web UI into another application
Hi,
We are trying to integrate our web application with Microsoft Teams. We want to avoid MS-Teams API integration which requires us to build our own UI. Is it any-way possible to embed the MS Team Web UI into an iFrame of another web application?
Thanks.
11 Replies
Sort By
- cmaggi0720Copper Contributor
The feature you're asking for isn't readily available, but there's a workaround. If you don't want to use the API to build your custom UI, you could consider using third-party applications that can embed a live chat widget on your website. One such app, which allows you to respond directly from Teams, can be found here.
I hope this helps!
- Trinetra-MSFT
Microsoft
GirishL , Teams provide the Static , configurable Tabs which you can build inside teams app. These tabs can have HTML pages or web content which can be displayed inside teams, it uses microsoft teams client SDK to load the tabs in Teams. What is your scenario, Do you want to bring external app (with webpages) inside teams? if that is the case you need to have Teams Client SDK in your code and initialize the microsoftTeams library in your webpage.
- khornikCopper ContributorHey.
Is anything new known about this topic?
We have our website inside the company. Currently we use a third-party chatbot for communication between employees, but we would like to switch to Teams, but we don't want a desktop application, we just want to embed the chatbot itself with the possibility of online connections in an iframe (or something like that) in our website.
Is such functionality available?
If so, please direct me where I can find guidance on this topic.
If not then is such functionality anticipated in the future?- ggruberCopper ContributorWe have the same requirement for an HR app. Please allow embedding teams chat in an iframe.
- GirishLCopper Contributor
Trinetra-MSFT Thanks for your reply. Our scenario is to initiate an MS Teams chat or group-chat within our application. We are aware that it can be done via Graph APIs however we want to avoid the need to create our own rich UI for chat functionality. We are looking to embed the MS Teams chat/group-chat screens inside our web application. However, it is not permitted due to 'X-Frame-Options' restrictions. We are not looking for Chatbot like functionality.
- Trinetra-MSFT
Microsoft
GirishL, Currently this is not possible to bring teams chat in external application. Teams has it's own UI for chat functionality You can utilize chat or create conversation Graph API in your application.