...
Code Block | ||
---|---|---|
| ||
contact.on("message",
function (event) {
console.log("[CTLIVE WIDGET] On [message] event", event);
contact.messageSeen(event.id);
}
); |
...
Code Block | ||
---|---|---|
| ||
contact.on("message",
function (event) {
console.log("[CTLIVE WIDGET] On [message] event", event);
contact.messageSeen(event.id);
}
); |