Team,
My code
<audio autoplay id='myAudio' >
<source src="abc.mp3" type="audio/mp3">
<source src="abc.mp3" type="audio/mpeg">
</audio>
As this was not working a function was called onload and mocked the event of clicking a button. to resolve the error "play() failed because the user didn't interact with the document first" My chrome build is 78.xx . I know google have disabled this feature . I tried with iframe also but doesnt work. Any help is appreciated.