Search code examples
botframeworkmicrosoft-teamsadaptive-cards

What version of adaptive card is supported by Microsoft teams?


I want my bot to send and embed video on Microsoft teams.

I noticed VideoCard is not supported by Microsoft teams.

So I tried using AdaptiveCard, but noticed you need v1.1 to embed video.

However, when I send a message with version 1.1 I it sends a undefined message (just text saying undefined). With v1.0 I can send cards without issue (to embed images etc.). v1.1 works for me when using the emulator.

Does this mean Microsoft Teams only supports v1.0 of AdaptiveCard? Or is there a way to upgrade my bot?

Currently AdaptiveCard is on version v1.2.2 so it would be nice to upgrade.


Solution

  • Microsoft Teams currently supports v1.0 of Adaptive Cards, with additional support for newer versions planned.