asuwebdesign / patternfly-ext-chatbot

PatternFly Extension for creating enterprise-ready chatbot user experiences
https://patternfly-chatbot.vercel.app
MIT License
1 stars 0 forks source link

Message Type - Video #14

Closed asuwebdesign closed 3 months ago

asuwebdesign commented 5 months ago

Design Spec

Message type that renders a video. Video thumbnail can be clicked to play the video inline. Optionally, the video can be expanded to fullscreen. Video player may allow additional customizations.

Note: No existing video component available from PatternFly. We may need to provide custom code/styling. React recommendation: VidStack

Supports:

asuwebdesign commented 3 months ago

VideoMessage component created. Dependency on VidStack library. Supports core props required by the library. We may need to revisit later to test multiple videos in a conversation to prevent playing simultaneously.