Skip to content

Support for Autoplay and Mute options in applications

Compare
Choose a tag to compare
@banderson623 banderson623 released this 21 Mar 11:01
· 45 commits to master since this release
c9e0d32

Adds support for autoplay and muted options passed into Applications:

var v = new ConcertVast();
var url = 'https://vast.com/vast.xml';
v.loadRemoteVast(url).then(e => {
  v.applyToVideoJs(vjs, {
    autoplay: true,
    muted: true,
  });
});