Skip to content

v1.1.0 — VAST Video Ad Support

Choose a tag to compare

@Hayan47 Hayan47 released this 18 Feb 09:46
· 6 commits to main since this release

What's new

Added

  • AddStreamVideoWidget for displaying VAST video advertisements
  • Full IAB VAST 2.0 tracking event support (start, firstQuartile, midpoint, thirdQuartile, complete, pause, resume, mute, unmute, fullscreen, click, stop, replay)
  • Automatic impression firing on ad load
  • Mute/unmute, play/pause, and fullscreen controls
  • Progress bar overlay on video ad
  • onTrackingEvent callback for monitoring ad events externally
  • onAdClosed callback when the user dismisses the video ad
  • HMAC-SHA256 authentication on VAST requests (consistent with banner ads)

Changed

  • AnimatedAdBadge extracted to shared widget used by both AddStreamWidget and AddStreamVideoWidget