Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Viewing all articles
Browse latest Browse all 3831

Can we autoplay a embeded video with sound using Youtube Iframe API

$
0
0

I have observed that videos on WhatsApp and Inshorts are automatically playing with sound. How can we achieve this functionality using the Iframe Player API?

 new YT.Player("player", {          videoId: "sGPrx9bjgC8",          playerVars: {            playsinline: 1,            autoplay: 1,            color: "blue",            mute: 0,            enablejsapi: 1,            loop: 1          },          events: {            onReady: onPlayerReady          }        })

this doesn't worked


Viewing all articles
Browse latest Browse all 3831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>