Mirana
Mirana

Reputation: 47

Embed custom application in Microsoft Teams

We are planning to embed our application as a custom app in Microsoft Teams Tab. Our application is based on AngularJS framework. I am wondering if it is possible or not?

Currently I created an App Manifest via App-studio in MS-Teams but when I "Test and Distribute" that app, the application is not loading inside the iframe tab and it keeps spinning.

I tried to run our application in an iframe in a simple HTML and it works fine but not inside Teams. There is no error in console and I cannot understand what is going wrong.

Upvotes: 1

Views: 541

Answers (1)

Hilton Giesenow
Hilton Giesenow

Reputation: 10804

While this should be possible, it's important to understand the difference between "personal" and "shared" tabs - shared tabs need an "Configuration" experience upfront in order to set up the tab. In both cases though, you need to make sure to reference the Teams JS lib in order for your tab to actually render. See here for more, where it states:

For your page to display in Teams, you must include the Microsoft Teams JavaScript client SDK

Upvotes: 1

Related Questions