Storm docs logo
Search the docs.../
Explore Storm Products

Audio Settings - Storm JS Player Core

In this guide, you will get to know all the configuration options for controlling volume.

Sample Code
Code iconjavascript
const streamConfig = {
    stream: {
      ... // stream configuration
    },
    settings: {
        ... // basic configuration
        audio: {
            startVolume: 100,
            muted: false
        }
    }
};

Description of Fields and Parameters

Parameter nameParameter typeRequiredDefaultDescription
startVolumenumberNo100The initial volume for the player.
mutedbooleanNofalseWhenever player should be muted upon startup

Next Step

For the next step please check our Storm JS Player Core - Buffer Settings guide where you'll learn about controlling video buffering.

Blog
Support
About us
Patents
Term of use
Privacy policy
Contact
©2026 Storm Streaming Media. All Rights Reserved.