quickblox-android-sdk
quickblox-android-sdk copied to clipboard
QuickBlox Android SDK includes code snippets with main use cases and framework JAR library.
We have implemented the quickblox.service.CallService in our Android application, and it works seamlessly on versions below 14. However, upon upgrading to Android 14, we encountered functionality disruptions. To address this,...
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.quickblox.sample.chat.kotlin.ui.activity.DialogsActivity}: kotlin.UninitializedPropertyAccessException: lateinit property chatConnectionListener has not been initialized at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3707) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3864) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2253) I am using below...
Hey Android Team, We are looking to grab the current user from the `QBChatSDK.getInstance().user` property and we noticed that after calling `QBChatSDK.getInstance().login()` successfully, that `user` property has empty values for...
Hello, I would like assistance with the following scenario: How to reproduce: 1. Create two users: A and B. 2. Login with user A's credentials on one Android device. 3....
Hello QuickBlox Support Team, We are facing an issue while trying to create a push subscription in our Android app using QuickBlox SDK. The API is returning the following error:...
Hello, I would like assistance with the following scenario: How to reproduce: Create two users: A and B. Log in with user A's credentials on one Android device. Log in...
Hello QuickBlox Support Team, We’re unable to create a push subscription on Android; this blocks incoming audio/video calls from ringing when the app is in background or terminated state. Key...
``` main (native):tid=1 systid=32290 #00 pc 0x4c4ac libc.so (syscall + 28) (BuildId: 77338d8a2b4b56e6fd4f4505f9c828b6) #01 pc 0x22a29c libart.so (art::ConditionVariable::WaitHoldingLocks + 136) (BuildId: a0856b3dbc826e8cee9d66738ac739d8) #02 pc 0x735828 libart.so (art::JNI::ReleaseByteArrayElements + 1332) (BuildId:...