Hey,
I have a problem with playing sounds. In earlier stages, post, the problem was solved. But now the policies of autoplaying sounds has been getting pretty strict.
The problem is the webpage inserted in the layout (using “webpage” module) isn’t playing the sound whenever a change is made (called a new ticket). In chrome, the error is " play() failed because the user didn’t interact with the document first". Various attempts are made to no avail (using iframes, playing silence.mp3 first, muting and unmuting the audiofile using javascript).
Apparently, there is an option to start chrome with the policy the allow autoplay (chrome.exe --disable-features=AutoplayIgnoreWebAudio).
Is there something that can be done to let sounds play?
Is the webpage-module opening the site with IE/Edge or Chrome?