Skip to Content
0
Jun 23, 2020 at 01:56 PM

CAI: Anyone know the syntax to play a video within the bot?

86 Views Last edit Jun 23, 2020 at 01:58 PM 2 rev

Anyone know the syntax to play a video within the bot?

In my other tool, I add the following text to the button action.

<iframe width="300" height="auto" src="https://your_hosted_video_here" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

In CAI, I tried to make a button with the link option with this same text, but it treats it as an utterance and hits the fallback.

Any ideas?