YouTube embed video auto-play not working

Google auto play polices has been changed that’s why since April 2018 it’s not working.Now we have to add &mute=1 to YouTube URL.

<iframe src="https://www.youtube.com/embed/videoid?autoplay=1&mute=1" 
allowfullscreen="" width="560" height="315">
</iframe>