Bot-docs: Which method is preferred to add video

Created on 12 Aug 2019  Â·  3Comments  Â·  Source: MicrosoftDocs/bot-docs

So you can add with media URL or VideoCard, which is preferred?

I see there is also AdaptiveCard and TaskModule.

So 4 ways for my bot to send video.

I guess the answer is "it depends?"


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

question support customer

All 3 comments

Hi @wilmol

You are correct that the preferred method does depend on a few things. Task modules are only available in Teams, and they have a very different appearance from attachments. They are more like modal dialogs than messages. Adaptive Cards added support for video in 1.1, so channels that don't support Adaptive Cards 1.1 cannot use video in Adaptive Cards. As with everything, it's strongly recommended that you test your video option in every channel client you're targeting, no matter which option you choose.

Does this resolve your issue?

@v-kydela yes, thank you.

Hi@wilmol thanks for bringing up this issue, and @v-kydela thanks for your quick response.

Was this page helpful?
0 / 5 - 0 ratings