Spielen Sie Benachrichtigungs -Sound auf Chat JS
function playSound(url) {
const audio = new Audio(url);
audio.play();
}
Bored Beetle
function playSound(url) {
const audio = new Audio(url);
audio.play();
}