Files
bot/apps/docs/editor/blocks/bubbles/video.mdx
2023-12-22 09:13:53 +01:00

27 lines
569 B
Plaintext

---
title: Video
icon: video
---
The Video bubble block allows you to display a video to your user. You can paste a video URL from many sources including YouTube, Vimeo, and mp4.
<Tabs>
<Tab title="Flow">
<Frame style={{ maxWidth: '400px' }}>
<img
src="/images/blocks/bubbles/video.png"
alt="Video bubble"
className="rounded-lg"
/>
</Frame>
</Tab>
<Tab title="Bot">
<video
controls
autoPlay
className="rounded-lg"
src="/images/blocks/bubbles/video-chat.mp4"
></video>
</Tab>
</Tabs>