Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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