...
Code Block | ||
---|---|---|
| ||
// The agent has started writing ctlive_contact.isWriting(true); // The agent has stopped writing ctlive_contact.isWriting(false); |
End an active chat
Code Block |
---|
// End a chat and disconnect all participant
LIVECHATSDK.LIVECHAT.endContact(ctlive_contact, false); |