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
4 answers

Quickblox -SDK for android App not receive call when app is in background

I am developing video calling app using Quickblox-SDK for android. App is working fine and perfect if the app is open But if the app is in background I am not able to receive call. I've created app using this link please help. I have tried following…
PriyankaChauhan
  • 953
  • 11
  • 26
1
vote
1 answer

QuickBlox : Notify web client (JavaScript SDK) when new Private chat is created from Android client

Not able to notify the web-client when a new Private chat is created from Android client using QuickBlox SDK. Went through the documentation but couldn't find the solution. Here is my code for creating a Private chat. …
ASP
  • 3,645
  • 1
  • 31
  • 45
1
vote
0 answers

QuickBlox permission error

I have face a problem when I upload apk on play store and try to install that apk on Moto E. It says that "Your device is not compatible with this version". is there any internal permission is Quickblox used internally, because before implement…
Amit Goyal
  • 11
  • 2
1
vote
0 answers

duplicate entry org/jivesoftware/smack/ConnectionConfiguration$SecurityMode.class

I am developing chat application in android. I have implemented chat feature with smack API and now I am looking for implementing audio video call in my application. For that I added Quickblox Sdk in to my project as described in the tutorial. But…
1
vote
0 answers

How to add users to my contacts in Quickblox same as skype in android

I wanted to list only the contacts that I add. For now, what I am getting is all the contacts who signup in Quickblox. I don't want all the users of Quickblox. I want to display only the contacts/users I added. And need to send a kind of request to…
Archana
  • 378
  • 3
  • 17
1
vote
0 answers

How to take screenshot of video call in quickblox android sdk 2.5.2?

how to extract local media stream from the session in order to work with the local video(camera). I would like to extract the video/frames from the session (the local videostream) to further process (save image as bitmap) or how to take a screenshot…
dindinii
  • 645
  • 4
  • 7
1
vote
1 answer

Getting public file url from customobject

I have a custom object class with a File type field, after I query the class, I do not get a public url to the file in the field. How can I get the full public url of a File field type from CustomObject class to be loaded in a ListView? I have an…
kabuto178
  • 3,129
  • 3
  • 40
  • 61
1
vote
0 answers

Getting uploaded file content with custom objects

I know how to fetch Custom Objects but I have a ListView where I want to populate the text fields from the Custom Objects as well as the images for each record, I have a file UID saved for each record. Do I have to send up a separate request for…
kabuto178
  • 3,129
  • 3
  • 40
  • 61
1
vote
2 answers

QuickBlox : didReceiveNewSession Method is not gettimg called in swift

I am working in one of the video calling Project in SWIFT language with Quickblox sdk.i am trying to make call with another user with its quickbloxid. but when i start call from one of the device to another device. the didReceiveNewSession delegate…
aman
  • 15
  • 6
1
vote
1 answer

"File upload onError,Incorrect content type" in quickblox

I am trying to upload images in quickblox, i already did it once, but I receiving now this message of error. My file for example is this one: "/data/user/0/dinidiniz.tradersmtg/app_Traders MTG Images/Sat Apr 30 20:58:36 GMT-03:00 2016.png". I…
Dinidiniz
  • 771
  • 9
  • 15
1
vote
3 answers

Parcelable encountered IOException writing serializable object [QUICKBLOX DIALOG]

I am facing an issue in quickblox since 15th April, when Quickblox updated SDK for android to 2.5.2. The problem that i noticed is like, if i have customData parameter filled for a dialog, then it throws the IOExeption mentioned below. else no…
Veer3383
  • 1,785
  • 6
  • 29
  • 49
1
vote
1 answer

How to Delete QuickBlox User tags from Application?

I have searched through all the QBUser tutorials, but cannot find the way to delete the user tags. Anyone knows how to do it from the application and without deleting the user and recreating it?
1
vote
0 answers

Release Camera After connection in QuickBlox android

I am create application with QuickBlox http://quickblox.com/developers/Sample-webrtc-android , and in some case i can`t reales camera object after using Video chat on android device, while i am explore this problem i am see that this problec fire…
Alexandro
  • 170
  • 3
  • 12
1
vote
0 answers

Quickblox Android SDK- how to extract remote video/audio and stream various local sources?

Official quickblox documentation is very limited in any details for working with local/remote media streams. I could not find any example /documentation on : how to extract remote media stream from the session in order to work with the streamed…
Majo
  • 423
  • 4
  • 14
1
vote
1 answer

What is the difference between QBUsers.signIn and QBChatService.login?

I would like to understand what is the difference between the two actions. It's said in chat guide that in order to use the chat service, I have to create a session and then call login() -…
Anorflame
  • 376
  • 3
  • 12