We are facing an issue with disconnecting the chat session. We are using below comand to close the connection from the webpage but we can still see the chat session not disconnected on agent side.
{
"action": "closeSession",
"token": "0000000-0000-0000-0000-0000000000",
"tracingId": "11111111-1111-1111-1111-111111111111",
"closeAllConnections": true
}
Below are the actual request and response from the website