Closed harisha-swaminathan closed 9 months ago
Contrib-ads attempts to mute the player behind the ad for stitched ads and this causes all ads to play muted. Proposed fix is to add a check (!player.ads.settings.stitchedAds)for stitched ads before muting the player.
!player.ads.settings.stitchedAds
Contrib-ads attempts to mute the player behind the ad for stitched ads and this causes all ads to play muted. Proposed fix is to add a check (
!player.ads.settings.stitchedAds
)for stitched ads before muting the player.