Versions Compared

Key

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

...

Type

Description

JS Promise

A Javascript Promise that return an istance of the joined chat

Example:

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");
});