Issue while trying to get video as response of bot

Hi,

I am trying to get video as response from my bot which is integrated with webchat.

Following is the code in the domain.yml file.

utter_code_analytics:

  - custom:

    attachment:

      type: video

      payload:

        src: D:\Bot Integration\Rasa Config\code-analysis-full_CMj1ggvB.compressed.mp4

      autoplay: true

Size of the video is also 773 KB.

The bot should play the video instead of just giving the empty box,

Hi, this seems like a problem with the frontend API. Are you sure they support video rendering? I would recommend you to cross-check with them as well.

Yes i figured that the Javascript which i was using , didn’t support videos. Thanks for the reply!