Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Registers a callback function to write CTLive client exception log in your apllication.

Parameters:

Name

Mandatory

Type

Description

callback

YES

FUNCTION

A JS function that write CTLive exception logs.

Example:

function LIVECHATPROTOCOL_ERROR (text) {
  console.log(text);
};

LIVECHAT.bindWriteExceptionLOG(LIVECHATPROTOCOL_ERROR);
  • No labels