I have implemented a live chat client in JavaScript, and I use lpc.SetCustomVariable function to set variables for user. List of variables for each user is fetched from server and there may be up to 20 variables for some users.
I have a problem with LP Agent console, which does not show all of variables that have been set in a for loop, but only 8 is shown. Is there some limitation that I cannot find in documentation, or some other explanation for this?
tnx