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
0
votes
1 answer

How do I manage profile pics of user in chat (QBChatDialog) in Quickblox

I have to integrate Quickblox chat service in my app. I have done the integration part using its documentation but How so I set profile pics of user and get it to show in QBChatDialog. I have gone through this link but don`t think it will make my…
Kumar Raj
  • 124
  • 1
  • 10
0
votes
1 answer

Android: Quickblox use back camera for capture image while video chat

I use below code but after click, localview visibility have gone Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE_SECURE); intent.putExtra(MediaStore.EXTRA_OUTPUT, fileUri); startActivityForResult(intent, 2);
0
votes
0 answers

Quickblox (Q-municate)Firebase Authentication error

When I test the Q-municate Quickblox Android API after including a test Phone number in firebase console authentication it works fine. However, when I am trying another number which is not included in the Firebase console authentication, it displays…
user8764263
  • 1
  • 1
  • 1
0
votes
0 answers

adapter is refreshed on second notifyDataSetChanged?

the Adapter won't refresh unless notifyDataSetChanged is executed two times! but when I track it in the debugger it works perfectly! That problem happens only on sendRequest method, it works perfectly fine on other methods! if…
0
votes
1 answer

How to check if the request I've sent was rejected?

How to check if the add friend request I've sent has been rejected in QuickBlox? When I send request to someone he's added to my roster as (Type.none), but when he rejects my request he should be removed from my roster!
0
votes
0 answers

Android: Quickblox localview placed below opponent view after onRemoteVideoTrackReceive

I use Quickblox for video calls Everything is good, but after onRemoteVideoTrackReceive, localview placed below opponentview. as a result, user not view itself video and only view opponent view My code : @Override public void…
Te Me
  • 295
  • 1
  • 4
  • 9
0
votes
0 answers

Mobilevision facetracker in videochat (quickblox)

Hello I use quickblox API for videocall and I am trying to implement google mobile vision API i have no errors but not overlays are shown and nothing happens in the video call can you please help me with that .
0
votes
0 answers

Android: Quickblox localview behind the back of remoteview

I use quickblox for call video This is my xml :
Abar New
  • 27
  • 2
  • 8
0
votes
1 answer

Could not find com.android.databinding:baseLibrary:3.0.0

Android Quickblox Demo App unable to run while sync it always shows error "Could not find com.android.databinding:baseLibrary:3.0.0." Error : Required by: project :sample-custom-objects Could not find…
Jithish P N
  • 1,970
  • 3
  • 26
  • 39
0
votes
1 answer

Android: QuickBlox callback not work

Please help me! Device A login and config chatService Device B login and config chatService Device B startCall and send notification to device A Device A receive notification and send to CallSerivce String message = data.get("message"); if(message…
T Quick
  • 1
  • 1
0
votes
1 answer

can we rejoin a group call in `Quickblox` that we missed?

I have some queries in the group video calling in Quickblox. p1 starts a group call with p2, p3, p4 & p5 only p2,p3 picked up the call and p4 & p5 missed it can p4,p5 know if the call is still in progress for that group or not. if yes, can they…
Anmol317
  • 1,356
  • 1
  • 14
  • 31
0
votes
1 answer

updating error during the upgrade of Quickblox sdk from 3.3.5 to 3.4.1

I modified q-municate application android which is on open source on GitHub by QuickBlox. Before the android sdk was 3.3.5. Now, i upgrade to 3.3.5 to 3.4.1. after, doing the upgrade of sdk; i am getting this error. Please help me how to solve this…
is2017
  • 21
  • 6
0
votes
1 answer

Background Incoming call and message notification is not receiving in Android Q-Municate

I modified Q-municate powered by QuickBlox (which is open source) GitHub code. But, in this app Voip is not working. when i open the application then only I can receive call and message notification. So how to show incoming call screen when app will…
is2017
  • 21
  • 6
0
votes
1 answer

Bluetooth support for QuickBlox Android SDK

Is there a bluetooth support for the Android API from QuickBlox? This has already been asked a few times, but all without answer. The corresponding support for iOS was introduced already in March 2016. I have tested with 2 SDK versions (SDK 3.2 and…
ronix
  • 38
  • 6
0
votes
1 answer

Fetch data from quick blox custom objects

i am using quick-blox for the first time and able to submit data to it's server. i have created custom object fields by using bellow code :- QBCustomObject qbCustomObject = QBCustomObjectsUtils.createCustomObject(licenseNumber, carModel, carColor,…
user2028
  • 163
  • 4
  • 15
  • 40