How to send a vibrations and voice notes through a android app

I am trying to send vibrations and voice notes through an android app , I’ve built it to work by storing them into files and that’s it , But how to send them into the cloud so that it can be a chat between two people?

Thanks.
Best,
Elias

Hi Elias,

You can upload files to cloud via our file API and notify chat members via messaging API or make some logic handling file upload using event handlers.

Regards,

Denys