All Collections
Frequently Asked Questions
How can I configure a signal or a video to start in mute so that the user can activate the sound manually?
How can I configure a signal or a video to start in mute so that the user can activate the sound manually?
Dario Castro avatar
Written by Dario Castro
Updated over a week ago

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?