Please note that this SDK relates to LivePersons legacy chat product which receives limited support and will be deprecated in the future.
It is recommended to build future integrations on top of the corresponding messaging SDK instead.
Triggers when you can request some information about the chat. The following methods are supported after this event has triggered:
Response Properties
Property | Description | Type |
---|---|---|
account | The LivePerson account number. | string |
domain | The domain for this account. | string |
init | If the session has been initialized. | Boolean |
Sample Response
{
"account": "12345678",
"domain": "dev.liveperson.net",
"init": true
}