Open MudraPatel opened 7 months ago
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!
Error message -> Uncaught TypeError: e.replaceAll is not a function Error code -> -1
I'm using fullScreenChatWindow here is the configuration setup -
Please help me for this issue.
Thanks!