Chat History

The chat history feature allows us to retrieve chat history every time you log into the newly acquired device. The feature stores chat history securely and provides access to the users whenever they need it. This ensures that users can access the same conversation thread across devices without any data loss.

ChatManager.enableChatHistory(ENABLE_CHAT_HISTORY isEnable);

ChatHistorySetup

ArgumentTypeDescriptionType
ENABLE_CHAT_HISTORYbooleantrue To enable chat history and false for normal chat
caution

If the Chat history feature is not available on your plan, the method above will not work.