Nazir Hussain

Results 1 comments of Nazir Hussain

@ArjunKarki wrap your audio file url into decodeURIComponent() function. ``` const audio = new Sound( decodeURIComponent(message.audio), null, error => { setLoadingAudio(false); if (error) { console.log('failed to load the sound', error);...