adWillPlayMuted option is not working
See original GitHub issueHi,
I have a simple config for my video ad setup -
const options = {
id: 'ad',
debug: true,
adWillPlayMuted: true,
adTagUrl: // my ad tag url
};
this.ima(options);
The ad runs as expected but it is not muted. Is there something that I’ve missed. Please let me know.
I am using videojs-ima v1.0.4
.
Thank you!
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
HTML5: adWillPlayMuted and unmute issue - Google Groups
adWillPlayMuted seems somehow broken few days already. It looks that SDK unmutes initially muted ad (desktop, muted autoplay) without user interaction.
Read more >IMAAdsRequest - Google Developers
adWillPlayMuted. Specifies whether the player intends to start the content and ad with no volume. Changing this setting will have no impact on...
Read more >videojs-ima/CHANGELOG.md - UNPKG
This stopped working with the refactor, and due to how the player and contrib-ads ... 99, * Deprecated id setting, instead get the...
Read more >videojs-ima - npm
Whether or not to automatically play VMAP or ad rules ad breaks. Defaults,to true. deprecated adWillPlayMuted, boolean, Notifies the SDK whether ...
Read more >Videojs-ima-v7 NPM - npm.io
deprecated adWillPlayMuted, boolean, Notifies the SDK whether the player intends to start ad while muted. Changing this setting will have no impact on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, I have faced the same problem, you can mute your ads after calling adsManager by: player.ima.getAdsManager().setVolume(0). Thanks
Closing this out, feel free to comment if this is still an issue.