Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 1.35 KB

File metadata and controls

7 lines (4 loc) · 1.35 KB

Livechat - Event Interfaces

The table below contains the livechat-related events, as well as the purpose of each event. If you want to execute actions based on livechat events, you can use any of the following events and methods:

InterfaceDescription
IPostLivechatAgentAssignedThe handler called after the assignment of a livechat agent.
IPostLivechatAgentUnassignedThe handler called after the livechat agent is unassigned.
IPostLivechatGuestSavedThe handler called after the guest's information is saved.
IPostLivechatRoomClosedThe handler called after a livechat room is closed.
IPostLivechatRoomSavedThe handler called after the room information is saved.
IPostLivechatRoomStartedThe handler called after a livechat room starts.
IPostLivechatRoomTransferredThe handler called after a livechat room is transferred.

You can find additional interfaces and details on the Apps TypeScript Definition page.