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