Aminerman/vue-kinesis

Error on audio stop

Closed this issue · 3 comments

There's an error ocurring when changing the state of the playAudio prop from true to false. As I see, the problem is that the wrong function is being called on the audio ref, instead of this.audioRef.stop() it should be this.audioRef.pause().

You're correct! I fixed it. Just get the latest package version and it should be all fine. Let me know if your problem is fixed. Thank you :)

It's fixed! Thanks!
And awesome lib btw, congratulations man!

Thank you! Let me know if you find something else or if you think about a specific feature. I still have a lot of ideas for this project.