How to get chat data

Hi,

I want to get chat data along with recordings in folder, How can I implement.
I do not want to extract it from log file as it takes too long time to extract.
Is there any way I can write to metadata file directly.
I am using s3 bucket to store recordings.

I’m sorry but right now there is no “easy way” to get chat messages in backend app.

It is in our roadmap, but always there are more priority work to do.

There is a hacky solution. Forward messages received in some of the clients to the server using a REST API.

Regards