videojs / videojs-contrib-ads

A Tool for Building Video.js Ad Plugins
http://videojs.github.io/videojs-contrib-ads/
Other
384 stars 257 forks source link

how to create skippable pre-roll ads #468

Open PaulCheriyan009 opened 5 years ago

PaulCheriyan009 commented 5 years ago

Description

I have tried to implement skippable pre-roll, but I didn't fount any thread that explains how to implement skip ads. so I have created a button a button to perform the function given below

 performVideoSkip() {
    this.video.ads.endLinearAdMode();
  }

And it is wokning fine , but i play add in fullscreen window i cant able to populate the corosponding button to the fullscreen window

I there any other way to implement skip. please help