The HTMLMediaElement.volume property sets the volume at which the media will be played.
HTMLMediaElement.volume
external double get volume;
external set volume(num value);