fix(Cast): Proxy missing ad events through CastProxy (#10142)

This commit is contained in:
Álvaro Velad Galván
2026-05-28 14:05:07 +02:00
committed by GitHub
parent c433bcb68b
commit ad4b6245d3
+5
View File
@@ -536,6 +536,11 @@ shaka.cast.CastUtils.AdManagerEvents = [
'ad-content-pause-requested',
'ad-content-resume-requested',
'ad-content-attach-requested',
'ad-playing',
'ad-break-started',
'ad-break-ended',
'ad-interstitial-preload',
'ad-interstitial-preloaded',
];