cometchat-sample-app-android-java
cometchat-sample-app-android-java copied to clipboard
Voice & Video Calling and Text Chat App for Java (Android)
dependencies updated and cleaned some redundant code.
Hi, I download the code from git and updated the dependencies, I'm getting this error. Sdk:32 Android Studio: Bumblebee **Sample Code**: callSettings = new CallSettings.CallSettingsBuilder(this,mainView) .setSessionId(sessionID) .build(); CometChatError.init(this); Log.e( "startCallActivity:...
**App is crashing because of Fatal Exception: java.lang.ClassCastException : CometChatMessageActions.java : line : 373**  **Logs (Error Logs)** `Fatal Exception: java.lang.ClassCastException: com.cometchat.pro.uikit.ui_components.messages.message_list.CometChatMessageListActivity cannot be cast to com.cometchat.pro.uikit.ui_components.messages.thread_message_list.CometChatThreadMessageListActivity at com.cometchat.pro.uikit.ui_components.messages.message_actions.CometChatMessageActions.onDismiss(CometChatMessageActions.java:373) at...
Uikit imports are giving me error 
Hello I'm android student developer. I just thought your java chat app is very nice and interesting so when i was looking your code found deprecated code. but it's not...
**Describe the bug** Hi, we're encountering an issue with CometChat on the Android platform. We're attempting to load CometChat within a WebView, but we're facing an error. The attached file...