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 · 1 comment
Open

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

MudraPatel opened this issue Apr 16, 2024 · 1 comment

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
@nomyzs
Copy link
Contributor

nomyzs commented Dec 6, 2024

I’m unable to reproduce the issue on my end. It was likely a temporary problem that has since been resolved. Are you still experiencing it? If so, can you reproduce it using the sample code?

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

2 participants