Discussions
Facing issues in integrating the SDK
18 days ago by delwin.sabu
I am getting errors like this in the browser console and not able to get any console logs added in the callback events on my code. I have added the sdk and installed as per the document.
onNewMessage - I am working to get some data on this event. but I cannot see anything in my console.
this is how my code looks like:
const callbacks = {
onNewMessage(messages, type) {
console.log("test message : ",messages,", with type = ", type)
}
}
errors in console: