How to Read LogMeIn Rescuewebsessionid Directly from the Instant Chat Engine
Articles related to customization are written for a technical audience who have experience in web development. Knowledge of HTML, CSS, and JavaScript are required.
You can learn from this article how to read Rescue websessionid directly from the instant chat engine.
File to edit: LanguagesForChatOnlyMode.js
ic_hic_demo_timer = setInterval(ic_hic_demo_timer_checkobject, 100);
function ic_hic_demo_timer_checkobject()
{
if ((ICObject != null) && (ICObject.WebSessionID != null))
{
clearInterval(ic_hic_demo_timer);
alert(ICObject.WebSessionID);
}
}
Article last updated: 27 September, 2022
You are viewing the latest version of this article.