For the next step please check our Storm JavaScript Library Debug Settings guide where you’ll learn about how to configure debug options.
In this guide, you will get to know all the configuration options for controlling storage system.
const streamConfig = {
stream: {
... // stream settings
},
settings: {
... // general settings
video: {
... // video settings
},
storage: {
enabled: true,
prefix: "storm"
}
}
};
Parameter name | Parameter type | Required | Default | Description |
---|---|---|---|---|
enabled | boolean | No | true | Whenever player is allowed to store data on viewer's device. |
prefix | string | No | Prefix which allows to separate different groups of players which should not share memory with each other |
Create a free ticket and our support team will provide you necessary assistance.