We are trying to reconnect the existing session on Genesys Cloud through WebMessagingClient. Our Scenario is like this : User successfully connected to an agent, backend is down and we are trying to restore session from stored datas. We are calling getJwt() method on client to get token but after backend loss on restoring session part when we use the configureSession(genesysDeploymentId, token, ORIGIN) it is creating new session, not connecting the existing one.
Actually, we didn't use a token on the first connection. Thanks to your response, we changed this logic and gave our token to ApiClient. Thank you so much.