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
1
vote
1 answer

Unprocessable entity while subscriptions in quickblox

I'm trying to subscription for push notification. I'm using this code but that show below error. Tell me how to fix this issue NSString *deviceIdentifier = [[[UIDevice currentDevice] identifierForVendor] UUIDString]; // New way, only for updated…
Umer Afzal
  • 371
  • 1
  • 2
  • 18
1
vote
1 answer

Keep user session of quickblox alive in android

Hello everyone i am working with http://quickblox.com/developers/Sample-webrtc-android its works fine But i want know that is there any way to keep user logged in as quick blox user in my app. Because right now everytime user open my app user have…
Kishan Soni
  • 816
  • 1
  • 6
  • 19
1
vote
1 answer

QuickBlox storage limitation

I would like to use QuickBlox service in my application. Users can send images/audios/videos to the dialog. QuickBlox supports it, but I can't find more information about limitations What is the storage size for files? How long files can store…
Slavik Voloshyn
  • 647
  • 10
  • 20
1
vote
1 answer

Quickblox Error : "Unexpected Signature" while login ChatService in Android

I had integrated the Quickblox SDK V2.2.5 in my android application and I found that chat is not functional when we use SocialProviders like Facebook and Twitter. So, the exact error which didn't let it work occur when we try to login to…
Harpreet
  • 2,990
  • 3
  • 38
  • 52
1
vote
1 answer

Can we send collection of messages in QuickBlox using Android SDK

We are using QuickBlox Android SDK and are giving the users offline support for sending messages! So, there are situations where user is sending messages when he is offline. And when network comes we will have to send all those unsent messages.…
1
vote
1 answer

download image from quickblox android

Hi I'm trying to download the image which I have upload in the Custom Object from the dashboard.uid is the id I'm getting on fetching that custom Object QBContent.downloadFile(uid, new QBEntityCallbackImpl(){ @Override …
Nitesh Tiwari
  • 4,742
  • 3
  • 28
  • 46
0
votes
1 answer

Is there an equivalent of qbChatDialog.getCustomData on the Javascript API?

I've been trying to se the quicklox javascript chat API but when I try to retrieve the custom data that is joined to the chat dialog I cannot find a method for it. I have tried querying it separately as follows: var className = "CustomDialogItem"; …
Patrice Andala
  • 184
  • 1
  • 14
0
votes
2 answers

How to update a chatMessage on quickblox android

Hi so I've just started using quickblox for android and I find it confusing that when updating a chatMesage I'm only limited to editing the text. Here is the code provided: QBMessageUpdateBuilder messageUpdateBuilder = new…
Patrice Andala
  • 184
  • 1
  • 14
0
votes
1 answer

While screen sharing always getting error from Quickblox Android SDK

I have been trying to integrate screen sharing feature but Quickblox SDK is always throwing exception saying "Start Screen share failed Texture width must be positive, but was 0" I have been following their official documentation and followed all…
Vijay Patole
  • 355
  • 3
  • 17
0
votes
1 answer

Quickblox voice calling / video calling

Does anyone know how I could use quickblox to make a voice calling/video calling? I'm making this app when the user clicks on the phone icon it starts the voice call between users and when they click on the video icon it opens them to video call? I…
ikatomic
  • 1
  • 2
0
votes
1 answer

How I can integrate Quick Blox video chat service on my Android app?

I want to integrate the video chat service of Quick Blox on my Android application. The documentation available of Quick Blox just shows how to put the SDK on the app, not how to implement (clearly) step-by-step video chat. It gives a code with a…
0
votes
1 answer

Android QBCustomObject file uploading The resource wasn't found error

I am trying to upload file using QBCustomObjectFiles ,uploading starts to show progress in log cat ,but with file field is null and response throws error like this '{"errors":["The resource wasn't found"]}' I checked My Note Class on Quickblox…
paul
  • 3
  • 4
0
votes
0 answers

Build issue in android

BaseDialogActivity error: cannot access Player class file for com.google.android.exoplayer2.Player not found BaseDialogActivity error: cannot access Player class file for com.google.android.exoplayer2.Player not found
0
votes
2 answers

Android Quickblox video call loudspeaker is not automatically on

I have implemented quickblox for video calling in android , iOS and web. But in android I have face the one issue when we receive the video call then loudspeaker of the phone is not automatically on. I want to loudspeaker is automatically on when I…
0
votes
1 answer

How to send videos as attachment in chat message Quickblox Android App?

I have integrated Quickblox Android SDK into my app for chat module. Images as an attachment is possible. But I can't find any working solution to make a video attachment file under the same request. I have confirmed by reading a document from…