flutter_zendesk_messaging icon indicating copy to clipboard operation
flutter_zendesk_messaging copied to clipboard

How to show MessageController without conversation history seen

Open taojigu opened this issue 1 year ago • 2 comments

I show MessageController by Code "ZendeskMessaging.show()" But in the Message Controller, conversation history could been seen .

Is there any way to show the MessageController, without the conversation history, every MessageController I show is a new one.

taojigu avatar Jun 07 '23 08:06 taojigu

This is the default behavior of the Messaging SDK put out by the Zendesk team. Once you identify the user, the message history will be retrieved and shown to the user, once this SDK provides a User Based interaction. If you need a session-based interaction, you should look into the Chat SDK, for which are some packages on pub.dev

DouglasValerio avatar Aug 24 '23 13:08 DouglasValerio

@DouglasValerio I see another user's chat history. How is that? How do I atleast clear the conversation history when I log out?

Varun9729 avatar Feb 12 '24 17:02 Varun9729