jessesquires / JSQMessagesViewController

An elegant messages UI library for iOS

Home Page:https://www.jessesquires.com/blog/officially-deprecating-jsqmessagesviewcontroller/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSQAudioMediaItem download audio before playing

nelzaatari opened this issue · comments

Good Day,

any idea how to implement downloading the audio file from a remote url before playing it just like whatsapp,

i appreciate your help

Regards,
Noureddine

@nelzaatari, please take a look JSQAudioMediaItem class. At the bottom, there is a convenient method possibly fitting your need: - (void)setAudioDataWithUrl:(nonnull NSURL *)audioURL;.

Hope it helps.