Loading...
The live chat widget connects customers to your team in real time over websockets. This guide covers enabling it, adding agents, and tuning its behavior.
Live chat visibility is controlled by a feature setting in the admin panel. Turn it on so the widget appears for visitors. When no agents are available, the widget can fall back to ticket creation so requests are never lost.
SUPPORT_AGENT_PRESENCE_TTL_SECONDS, SUPPORT_AGENT_PRESENCE_REFRESH_MS, SUPPORT_AGENT_DISCONNECT_GRACE_SECONDS).CHAT_ORPHAN_REQUEUE_SECONDS so another agent can pick them up.CHAT_INACTIVITY_MINUTES: idle chats are closed after this period.CHAT_WAITING_TIMEOUT_MINUTES: how long a waiting visitor stays queued.CHAT_DISCONNECT_GRACE_SECONDS: grace before the other side sees a disconnect notice.Live chat needs Redis (for sockets and presence) and a running worker. Make sure both are configured. See Configure database and Redis.
Open a support ticket if the widget does not connect.
Sign in to leave feedback on this article.