hello ????? this is the venmo fraud hotline we are sending this automated call because someone is trying to change the password for your venmo account if it’s not you please press 1
const wavesurfer = WaveSurfer.create({
container: document.getElementById(‘audioWave’),
waveColor: ‘#B6BACA’,
progressColor: ‘#010838’,
url: ‘https://storage.robocalls.ai/number-profile/recordings/81a043ad-4b7c-48d5-9fd2-2146c266b290.mp3’,
barWidth: 3,
barGap: 3,
barRadius: 3,
cursorWidth: 0,
})
const playAudioWave = () => {
wavesurfer.playPause();
}
wavesurfer.on(‘finish’, () => {
document.getElementById(‘pause-audio-transcript’).style.display = “none”;
document.getElementById(‘play-audio-transcript’).style.display = “block”;
})
wavesurfer.on(‘play’, () => {
document.getElementById(‘pause-audio-transcript’).style.display = “block”;
document.getElementById(‘play-audio-transcript’).style.display = “none”;
window.dataLayer = window.dataLayer || []
window.dataLayer.push({
‘event’: ‘gtag_event’,
‘event_action’: ‘play’,
‘event_category’: ‘Audio’,
‘event_label’: ‘Play Audio’
})
})
wavesurfer.on(‘pause’, () => {
document.getElementById(‘pause-audio-transcript’).style.display = “none”;
document.getElementById(‘play-audio-transcript’).style.display = “block”;
})