stfalcon-studio / ChatKit

Android library. Flexible components for chat UI implementation with flexible possibilities for styling, customizing and data management. Made by Stfalcon
http://stfalcon.com
Apache License 2.0
3.68k stars 825 forks source link

Is there a chat voice player that you can recommend to use with ChatKit? #328

Open ChrisLMills opened 4 years ago

ChrisLMills commented 4 years ago

I'm using this:

https://github.com/JagarYousef/ChatVoicePlayer

However, it is causing hasContentFor() in the CustomContentChecker to fire continuously once the play button has been pressed, and even after the player is paused and activity is closed.

aliotadi commented 3 years ago

surely you’ve solved your problem till now, but just for the people who are reading this from now on, it's quite straightforward to write your own component that plays and manage different type of messages. just start with the sample project that is provided by the awesome guys who wrote this awesome library. for example i wrote an audio manager singleton that keeps track of playing audio and manages everything about it, and the just write a simple audio player component...