Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to send the message - error code-> -1 #83

Open
MudraPatel opened this issue Apr 16, 2024 · 0 comments
Open

Unable to send the message - error code-> -1 #83

MudraPatel opened this issue Apr 16, 2024 · 0 comments

Comments

@MudraPatel
Copy link

MudraPatel commented Apr 16, 2024

Error message -> Uncaught TypeError: e.replaceAll is not a function
Error code -> -1

I'm using fullScreenChatWindow
here is the configuration setup -

val configuration = ChatWindowConfiguration(
            "******",//"1520",
            "0",
            "Abc-production",
            "*****@email.com",
            hashMapOf()
        )

        configuration.asBundle()
        fullScreenChatWindow = ChatWindowUtils.createAndAttachChatWindowInstance(requireActivity());
        fullScreenChatWindow.setConfiguration(configuration);
        fullScreenChatWindow.setEventsListener(this);
        fullScreenChatWindow.initialize();

        fullScreenChatWindow.showChatWindow();

Please help me for this issue.

Thanks!

@MudraPatel MudraPatel changed the title Unable to send the message - error code -1 Unable to send the message - error code-> -1 Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant