How to Start New conversation on every new tab opened with same domain name in web message

Hi,

We are leveraging a headless SDK for our chat application. Upon the user clicking the "Start Chat" button in the Chat UI, the system initiates the MessagingService.startConversation command. We then monitor the MessagingService.started event to confirm that the connection has been successfully established. Once the connection is live, the MessagingService.sendMessage command is invoked to send a message.

However, in cases where the application is reloaded or opened in a new tab, the system currently maintains the same conversation. Our objective is to modify this behavior so that the existing conversation is closed and a new one is initiated upon each reload or new tab opening.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.