cometchat-sample-app-android-java icon indicating copy to clipboard operation
cometchat-sample-app-android-java copied to clipboard

Voice & Video Calling and Text Chat App for Java (Android)

Results 6 cometchat-sample-app-android-java issues
Sort by recently updated
recently updated
newest added

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** ![image](https://user-images.githubusercontent.com/26837785/149192385-0f5abae6-dddb-450a-9111-5d4947b80e90.png) **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 ![Screenshot 2022-08-30 at 6 29 37 PM](https://user-images.githubusercontent.com/65755340/187442967-ddd6fb10-6969-4cd5-a7be-2a458186ad99.png)

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...