🔧 SDK ReferenceManagersAudioManagerSoundManagersetVolumesetVolumeSet the sound volume.Syntaxsound.setVolume(volume);ParametersNameTypeDescriptionvolumenumberThe volume to set. Must be between 0 and 1.Example// Set the volume to 50%.sound.setVolume(0.5);Available on: Client