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(isEnable: ENABLE_CHAT_HISTORY)

    AppDelegate

    ArgumentTypeDescription
    ENABLE_CHAT_HISTORYBooltrue To enable chat history and false for normal chat
    info

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