What I'm trying to do is to make the autoplay video on ios 10 using HTML5 and I did that using:
<video autoplay loop muted playsinline controls>
<source src="http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4">
</video>
But when using IMA SDK for HTML5 the ad start unmuted and therefore the autoplay will not work.
Is there a way to mute the ads on start (initialize the ads muted)?