/
joinContact
joinContact
Add a partecipant to an existing chat room.
Parameters:
Name | Mandatory | Type | Description |
---|---|---|---|
chat_id | status:YES | status:STRING | Unique Chat identifier |
Returns:
Type | Description |
---|---|
JS Promise | A Javascript Promise that return an istance of the joined chat |
Example:
LIVECHAT.joinContact(contact.id)
.then(function (contact) {
console.log("[CTLIVE WIDGET] Contact Joined", contact);
})
.catch(function () {
console.log("[CTLIVE WIDGET] [ERROR] Contact Join");
});
, multiple selections available,
Related content
getContactByChatID
getContactByChatID
More like this
getContactByChatID API
getContactByChatID API
More like this
getActiveContactsID
getActiveContactsID
More like this
getContactTranscriptByChatID API
getContactTranscriptByChatID API
More like this
getTranscriptByChatID API
getTranscriptByChatID API
More like this
getChatTranscriptByUserID
getChatTranscriptByUserID
More like this