i'm working with applozic api, and i can't find in the documentation how to send a voice message as attachment.
import com.applozic.mobicomkit.api.conversation.MobiComConversationService;
public void sendMessage(Message message)
{
...
}
new MobiComConversationService(activity).sendMessage(new
Message("contact@applozic.com", "hello test"));
public synchronized List<Message> getLatestMessagesGroupByPeople()
{
...
}
public List<Message> getMessages(String userId, Long startTime, Long endTime)
{
...
}