What happens is that I create a site where I show videos or music, and I want to show video or audio information in the notification bar, something like this
I would like to show the video image and video information that, just like youtube does.
What tags or javascript code is needed.
On Google I found this, I do not know what it's for:
<card type="TYPE_WEBSITE">
<action target="/" title="Title" type="TYPE_EXTERNAL"/>
<placement hide_in_drawer="true" show_in_cta="true"/>
<website_card headline="..." description="description">
<icon image_url="urlImage"/>
</website_card>
</card>