Plays a sound from a given URL.
SoundPlayer({ soundUrl: 'https://example.com/sound.mp3' }); Copy
SoundPlayer({ soundUrl: 'https://example.com/sound.mp3' });
The options for the sound player.
Plays a sound from a given URL.
Example