When set to true, the audio 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 audio 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.
import '@cometchat/uikit-elements';//import the web component package.const audioURL = "https://samplelib.com/lib/preview/mp3/sample-9s.mp3";//use the element<cometchat-audio-bubble src={audioURL}></cometchat-audio-bubble>