When set to true, the video will automatically begin playback as soon as it can do so, without waiting for the entire audio file to finish downloading.
loop
boolean
When set to true, the video player will automatically seek back to the start upon reaching the end of the audio.
muted
boolean
when set to true, the audio will be initially silenced.
poster
string
A URL for an image to be shown while the video is downloading
import '@cometchat/uikit-elements';//import the web component package.const videoURL = "https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4";//use the element<cometchat-video-bubble src={videoURL}></cometchat-video-bubble>