chyiiiiiiiiiiii / flutter_zendesk_messaging

Zendesk-Messaging for Flutter developer
Apache License 2.0
27 stars 43 forks source link

How to show MessageController without conversation history seen #26

Open taojigu opened 1 year ago

taojigu commented 1 year ago

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.

DouglasValerio commented 1 year ago

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

Varun9729 commented 7 months ago

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