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?"
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
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.