Chat

How do I override chat backend server. I have my own server. what do I return from the call to my server. I am returning promises on my client. On initial load of the chat component I keep getting Uncaught (in promise) TypeError: Cannot read property ‘forEach’ of undefined chat.js:3985

What is the structure that my server should return to initiate chat? please provide an example.