Questions tagged [quickblox-android]

Use this tag for questions related to quickblox on android platform. For generic quickblox question use `quickblox` tag.

QuickBlox is used for the backend for Q-municate which is an open source code of chat application with a wide range of communication features included (such as one-to-one messaging, group chat messaging, file transfer, push notifications, audio/video calls) Website : https://quickblox.com/developers/Q-municate#Q-municate

146 questions
2
votes
1 answer

QuickBlox chat, by leaked IntentReceiver of vc908.stickerfactory, unregisterReceiver error

I am using Quickblox chat sample. When I run chat app, there is no error. But after kill process project, app happens crashes. Because AnalyticsTaskReceiver and UpdatePacksTaskReceiver. When I use vc908.stickerfactory library, chat activity have…
1
vote
4 answers

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE. App crashes due to this

Crash log - --------- beginning of crash 2023-03-03 15:33:10.259 11639-12705/AndroidRuntime: FATAL EXCEPTION: AsyncTask #1 Process: PID: 11639 java.lang.RuntimeException: An error occurred while executing doInBackground() at…
Mandeep Kumar
  • 776
  • 4
  • 18
1
vote
1 answer

Is QuickBlox supports Huawei devices or not?

As QuickBlox is using Firebase and Huawei devices are not supporting Firebase now. Is there any way to use QuickBlox SDK on Huawei devices or not? Or is there any other SDK that I can use in place of QuickBlox?
1
vote
1 answer

Does Quickblox Conferencing Works as a Call?

I am Developing an App which needs to Call (Audio/Video) to Users, Add them in ongoing Call like whatsapp does and one more functionality that the users can join a call. I got to know that for joining Quickblox Conferencing should be used. But I am…
Aman Rawat
  • 375
  • 1
  • 11
1
vote
1 answer

Check whether dialog is present between the two users or not in android-Quickblox

I am building an Android Application integrated with Quickblox. I am using the quickblox for chats only. I want to know how to check whether the dialogs between the users is present or not. The problem I am facing whenever I click the button new…
1
vote
0 answers

Obtaining bitmap from a frame during a QuickBlox video call

I am using QuickBlox in an app with video calls that needs to work with the smart glasses device Moverio BT-300. I need to be able to get a frame as a Bitmap and save it in the device. After some research, I found multiple ways to do that, but had…
1
vote
0 answers

Quickblox group dialog join not working on android

Here is my code... mQbChatDialog.join(history, new QBEntityCallback() { @Override public void onSuccess(Object o, Bundle bundle) { Log.e("Sucess"," == Success"); } @Override …
Mehul Santoki
  • 1,208
  • 1
  • 12
  • 25
1
vote
0 answers

Error while generating a signed APK with Quickblox

I am building a chat application using Quickblox and I am getting this error while generating signed APK: Error:Execution failed for task ':main:transformJackWithJackForProdRelease'. > com.android.build.api.transform.TransformException:…
1
vote
1 answer

Quickblox update record

I'm new to quickblox. Can anyone tell me how to update a record in custom object? For example I want to change the low value in water field to high I just tried the code in quickblox website but it gives me error I tried String id =…
1
vote
0 answers

Configure Q-municate demo of Quickblox in Android Studio

I am just trying to configure demo of Q-municate suggested by Quickblox from https://quickblox.com/developers/Q-municate#2._Login_to_QuickBlox_admin_panel but I am getting following error while trying to Sync : Gradle sync failed: Cannot choose…
Jalpesh Khakhi
  • 288
  • 4
  • 17
1
vote
0 answers

Loop Previous Chat Message On a ListView, Latest Sent Message Not Showing

I think my problem should be at adapter in processmessage() method. I don't know how to solve it, can anyone provide me a solution with coding and explain? Looking forward any reply, thanks in advance. This is my activity code, correct me if i'm…
Elson
  • 11
  • 3
1
vote
0 answers

Why QuickBlox's "onReceiveNewSession" called only once?

Im trying to implement video calls and it works fine until android-client receives onSessionClosed event. After that onReceiveNewSession never called, though i can see new call signals in logs. Setting callbacks after…
cora32
  • 388
  • 3
  • 15
1
vote
1 answer

How to send a message in offline using quickblox sdk ios like whatsapp

How to send a message in offline using quickblox
1
vote
0 answers

QuickBlox Group chat is not working

1 to 1 chat is working but group chat is not working. Created a group dialogue: let chatDialog = QBChatDialog(dialogID: nil, type: QBChatDialogType.group) let currentUserId = UserDefaults.standard.integer(forKey: "CurrentUserID") let groupName =…
1
vote
0 answers

Quickblox android MediaStreamManager null on x86 devices

Why localVideoTrack black screen on asus devices ? or maybe x86 devices.. here my session output No Problem : `QBRTCSession{ sessionDescription=QBRTCSessionDescription{ sessionID='49ad7725-d51e-47ba-a893-de4ec6e4f227’, callerID='23516178’,…
1 2
3
9 10