thank you so much for responding.
i am sorry, i am new to ionic, will it be possisble to explain a little more.
-
what do you pass in audio ??
-
what is the use of “storeAudioInformation” function?
-
is it okay to use
const fileTransfer: TransferObject = this.transfer.create();fileTransfer.download(url, filePath) .then(response => {}) .catch(response => {})
instead of this.http.downloadFile??