Chrome and autoplay audio

In the event that a script has been added to automatically launch the presentation,

<script>
  window.location.hash = 'autoplay';
</script>

autoplay audio in Chrome is blocked because the user was not the first to interact.

Can additional code solve this?

@Vladan, is the scene on our infrastructure or self-hosted? The viewer on our infrastructure (which will be included in the upcoming version of the desktop application) has an improvement to start playing the video automatically only after the user has interacted with the page.

2 Likes

Yes, I have to deliver a self-hosting scene with music (mp3).
I look forward to updating.