radiantmediaplayer / rmp-vast

A client-side JavaScript solution to load, parse and display VAST 2, 3 & 4 resources with HTML5 video
https://www.radiantmediaplayer.com/rmp-vast/app/
Other
95 stars 37 forks source link

Is there any way to get VAST_PLAYER (player) object from rmpVast instance ? If not can we expose some method to do so? #47

Closed shubham-si closed 1 year ago

radiantmediaplayer commented 2 years ago

Your can use getVastPlayer or getContentPlayer to access the video tag rendering the ad or content. We do not expose VAST_PLAYER. You need to use the public API. What would be the use-case where you need to have access to VAST_PLAYER?