For the next step please check our Storm JavaScript Buffer Settings guide where you’ll learn about controlling video buffering.
In this guide, you will get to know all the configuration options for controlling volume.
const streamConfig = {
stream: {
... // stream configuration
},
settings: {
... // basic configuration
audio: {
startVolume: 100,
muted: false
}
}
};
Parameter name | Parameter type | Required | Default | Description |
---|---|---|---|---|
startVolume | number | No | 100 | The initial volume for the player. |
muted | boolean | No | false | Whenever player should be muted upon startup |
For the next step please check our Storm JavaScript Buffer Settings guide where you’ll learn about controlling video buffering.
Create a free ticket and our support team will provide you necessary assistance.