Hi Arun,
You can get support for that from
IMA Plugin for VideoJS. This forum supports native integrations. In the native Advanced Sample App (
download all native samples), in the ads.js file, if you add in the function 'Ads.prototype.onAdEvent_ = function(adEvent)' the following 'else if'':
else if (adEvent.type == google.ima.AdEvent.Type.FIRST_QUARTILE) {
this.adsManager_.pause();
}
the ad pauses by first quartile event.
Regards,

ref:_00D1U1174p._5004Q2HALB4:ref