Versions Compared

Key

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

...

Code Block
languagejs
LIVECHAT.joinContact(contact.id)
.then(
  function (contact) {
    console.log("[CTLIVE WIDGET] Contact Joined", contact);
})
.catch(function () {
}
  console.log("[CTLIVE WIDGET] [ERROR] Contact Join");
});