This page was last edited on June 3, 2019, at 12:52.
Comments or questions about this documentation? Contact us for support!
When people use their mobile devices, they often need a longer chat timeout interval than they do for their laptops. For example you might start a chat and then:
Given that the default value for CometD's maximum timeout interval is 15 seconds, these everyday patterns of mobile device usage can cause your customers to experience unexpected disconnections when you use the Web Engagement Chat Widgets in scenarios involving mobile devices. Although a 15-second timeout interval can be just right for dealing with unstable networks, Genesys recommends that you consider increasing this value to something like 120 or 180 seconds in order to avoid these mobile-related problems.
You can also adjust this interval in situations where your network is experiencing significant delays, since Web Engagement uses CometD as a channel for notification messages.
The Tracker script receives real-time notifications only on the active web page. This is because, by default, CometD opens only one long poll session per domain connection, per browser. When GWE monitors the active web page along with one or more iFrames, either only the main page or only one iFrame receives notifications from the GWE server. The other instances of Tracker wait for an available long poll connection.
To monitor a web page that contains multiple iFrames, set the maxSessionsPerBrowser option to the number of iFrames on the web page.