Skip to main content

How can I configure a signal or a video to start in mute so that the user can activate the sound manually?

Written by Dario Castro

In this case the suggestion is to do it by querystring, using the following parameter: ?volume = 0

If your intention is to maintain autoplay, it should be the following:

?autoplay = true & volume = 0

Did this answer your question?