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

QuickBlox WebRtc VideoChat Android

For few days i am working on quickblox.i keep opponent view below my view like this. It works fine but when i keep views like skype:- Opponent view is on full screen and my view is on top right corner of opponent view it renders only one view which…
santoXme
  • 802
  • 5
  • 20
7
votes
3 answers

Fail to resolve: com.quickblox:quickblox-android-sdk-chat:2.6.1

I was following the instruction given by quick blox as below: Starting from sdk 2.6.1 to add dependency on particular module just add: dependencies { compile("com.quickblox:quickblox-android-sdk-chat:2.6.1") } SDK module automatically…
user3386993
  • 93
  • 1
  • 3
6
votes
2 answers

count on chat does not working correctly QuickBlox

I am using quickblox for my android application. I am able to register, login user, even add custom objects and retrieve them from the quick-blox server, but in chatting listing screen my count is coming wrong. I am getting issue with unread…
user2028
  • 163
  • 4
  • 15
  • 40
6
votes
2 answers

How to reduce the web-RTC library size?

I was following the instruction given by quick blox as below: https://quickblox.com/developers/Sample-webrtc-android dependencies { compile 'com.quickblox:quickblox-android-sdk-videochat-webrtc:3.3.0' } Initially my apk size is 9MB but when I…
VenSan
  • 459
  • 3
  • 10
6
votes
0 answers

Quickblox store chat into cache for android like Ios Quickblox sdk

I am currently working on android chat application with using Quickblox SDK.its good for developing chat,video and audio call.but for android there are some limitations.I already waste my 3 days.there is some limitation which I am facing. 1). I am…
Jd Prajapati
  • 1,953
  • 13
  • 24
6
votes
0 answers

Qucikblox Error: [Bad Authentication data] for twitter login in Android

I had integrated the Quickblox SDK V2.2.5 in my android application to work with Social Integration Twitter but it throws error: '{"errors":["Bad Authentication data"]}' Here following is my code:- // If in the below code I use static TOKEN &…
Harpreet
  • 2,990
  • 3
  • 38
  • 52
4
votes
2 answers

firebase access token expire in 4 to 5 hours

I am making an chat app and use firebase phone authorization and quickblox chat api. My code is: private void signInWithPhoneAuthCredential(PhoneAuthCredential credential) { mAuth.signInWithCredential(credential) …
3
votes
0 answers

why Recipient ID of QBDialog is always null but has 2 different opponent Id in Quickblox

I am implementing Quickblox for the first time. I don`t know why my Recipient id is null even if I have set opponent id.I am getting this in chat Activity of Simple chat module. This is callack in QB…
Kumar Raj
  • 124
  • 1
  • 10
3
votes
0 answers

user getting unauthorized on login in quickblox

I have been using quickblox starter pack since few weeks. From last couple of days i am facing an issue, when user tries to log in he is getting response as unauthorized though credentials provided are correct and used to login successfully. what…
Luke Hobbs
  • 31
  • 2
3
votes
0 answers

QuickBlox-android session reconnection

It has been observed that session does not reconnect even after adding connection listener. This is leading to a situation wherein mobile app stops receiving calls if there is a slight disruption in the network connectivity. Below is the code…
ninty20
  • 41
  • 3
3
votes
1 answer

Android : Quickblox get total unread message count

I have referred these links Quickblox Android: Total unread messages count request http://quickblox.com/developers/SimpleSample-chat_users-android#Unread_messages_count But problem is it gives cannot resolve for this method…
Apurva Kolapkar
  • 1,270
  • 2
  • 16
  • 32
3
votes
2 answers

QuickBlox onRemoteVideoTrackReceive never called

I'm trying create a simple peer to peer video call from this resource. I just did every thing it need but I still got no rendering from remote its only render from local camera and onRemoteVideoTrackReceive never called. I'm using qb 2.5 sdk also I…
Alireza Sharifi
  • 1,127
  • 1
  • 9
  • 18
2
votes
1 answer

Android QuickBlox SDK Client is not, or no longer, connected

Trying to join a dialog from the dialog instance locally saved in a Room Database Model. And it gives me this error. However, works fine when I fetch the dialog from server. public QBChatDialog getDialogFromDialogModel(ChatDialogModel…
Mohsin Falak
  • 429
  • 6
  • 22
2
votes
0 answers

applicationId is null. in quickblox android after the app goes to background for long time

My clients keeps getting this error randomly specifically when the app run in background for long time and then they try to open it i can not reproduce it . Does the QquickBlox object become null at any stage after it is initialised. This is the…
2
votes
0 answers

java.lang.NoClassDefFoundError: Failed resolution of: Lde/measite/minidns/Client at org.jivesoftware.smack.util.dns.minidns.MiniDnsResolver

I am using XMPPConnection and Quickblox in my Project.I exclude module minidns from project in gradle and I compile lib 'de.measite.minidns:minidns-hla:0.2.4' for XamppConnection.But when I run QuickBlox module and execute QBChatService.getInstance…
D.Joshi
  • 21
  • 2
1
2 3
9 10