Current version: (AGNO-JavaScript API)
This feature can be used as follows:
// required parameters:
brand: "agnoplay",
videoId: "Mbdskc9KsAii",
url: window.location.href,
...
// add the following:
autoplay: true
This is an example of the Autoplay feature. This feature can be enabled or disabled in order to make sure the video automatically starts playing in the browser.
The autoplay setting relies on the built-in can-autoplay package. This package determines whether or not the browser allows autoplay or muted autoplay.
Note: you can extend this feature with Mute on Autoplay and Autoplay In View