ui.volumechanged

Path: rsConf.cb.ui.volumechanged

Default: None

Description: Fires when the user changes the volume.

Example:

window.rsConf = {
	cb: {
		ui: {
			volumechanged: function() {
				doSomething();
			}
		}
	}
};