product icon

How to Read 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.

    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