Ads.prototype.init = function() {
// Create the player
this.createPlayer();
this.player = videojs('content_video');
// Initialize the IMA plugin
this.player.ima(
this.options,
this.bind(this, this.adsManagerLoadedCallback));
this.player.ima.initializeAdDisplayContainer();
// Request ads and play the video
this.player.ima.requestAds();
this.player.play();
};Thanks for the update
--
You received this message because you are subscribed to a topic in the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ima-sdk/FpV8wZaQAC4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ima-sdk+u...@googlegroups.com.
To post to this group, send email to ima...@googlegroups.com.
Visit this group at https://groups.google.com/group/ima-sdk.
For more options, visit https://groups.google.com/d/optout.