Interface: VolumeChangeEvent
Represents the event emitted when a player's volume is adjusted.
Property Type Description Optional typestring = "volume" Constant string indicating the event type. actionstring = "adjust" The action performed on the volume. previousVolumenumber | null The volume level before the change, or nullif unknown.currentVolumenumber | null The volume level after the change, or nullif unknown.