Questions tagged [quickblox]

QuickBlox is a proprietary set of client-server solutions that allows you to build more powerful, engaging and secure mobile apps. QuickBlox runs from your own Amazon instances. You own the servers and can access the source codes of the running system.

QuickBlox is a proprietary web backend that allows you to add communication and data service features to mobile apps.

It provides a couple of modules such as "Location", "Users", "Ratings", "Chat", "Content", "Messages" and "Custom Objects".

1551 questions
0
votes
2 answers

How to logout chat in QuickBlox API

I have been checking the SDK Manual (http://sdk.quickblox.com/android/) but I didn't figure out how to logout from chat. I want to LogOut because API saves your pending messages when your are logged out. Anyone has an idea about how to do that?
MarcForn
  • 3,321
  • 7
  • 25
  • 39
0
votes
2 answers

quickblox Sample-videochat-android is not working (Caused by: java.lang.UnsatisfiedLinkError)

http://quickblox.com/developers/Sample-videochat-android I want to test quickblox's voicechat sample app. However, I'm getting on this error. 11-08 17:55:40.321: E/AndroidRuntime(14889): java.lang.ExceptionInInitializerError 11-08 17:55:40.321:…
0
votes
1 answer

How to do bulk upload of images?

I need to upload approximately 1,700 images to the Quickblox site but I am not sure how to do this as it seems to upload only one at a time. Is there a way to do bulk uploads?
zardon
  • 1,601
  • 4
  • 23
  • 46
0
votes
1 answer

QuickBlox custom objects permission

I'm having some trouble setting permission in quickblox custom objet. Lets say I have 2 users: userA and userB, they can create object and, by default, every user can see only it's objects. I want userB can access (read) an object of userA so I set…
0
votes
1 answer

QuickBlox sample video chat Unauthorized Error

I am trying to run the Quickblox Video Chat sample to see if this is something that can be integrated to my app, but the sample setup is incomplete in how to get it to work. https://github.com/QuickBlox/Sample-VideoChat-ios I have created an app,…
0
votes
3 answers

How to retrieve the image from SDcard and store it into sqlite db as blob type

I just try to get the image from sd card and url and store it into SQLITE database as blob type. I really confused with logic how to do anyone known please help me. Thanks in advance. Here is my code for retrieve image from the drawable folder in…
0
votes
1 answer

How to Share an audio to multiple iPhone users using QuickBlox from one iPhone?

I want to share my audio to my multiple friends at remote distance. I am able to do it for 1 - 1 devices, rather i want to do it for 1 - many devices(iPhones). Please let me know if any other cloud backend provider allows this. Thanks.
Krupal Ghorpade
  • 137
  • 1
  • 15
0
votes
1 answer

Quickblox: Custom Module - Custom callback function instead of default 'completedWithResult'

When using 'Custom Module', there are times when multiple asynchronous requests happen at the same time (handled by the same delegate) and there is a need to distinguish which request triggered the 'completedWithResult' callback. Is there a way to…
ken
  • 3,897
  • 3
  • 22
  • 28
0
votes
1 answer

Failing to change user_id from original owner into another existing user

I have a need to transfer a CustomObject record from one user to another. With permissions I can share them, but for some reason I fail to edit the user_id with JSON with REST, but I can do it from the Admin panel. Is it possible to edit the user_id…
Niittis
  • 31
  • 2
0
votes
1 answer

Quickblox didn't send xmppStream message

I'm trying to solve the next puzzle. After I changed something in my code (I don't remember what exactly) QuickBlox again can't perform video call. But in this time the symptoms are different. The log of standard video call example with my…
DrMoriarty
  • 398
  • 2
  • 14
0
votes
1 answer

QuickBlox Chat: can't perform video call

I'm developing a video chat application with quickblox. And I have a trouble with performing video call. There are logs of two instances of application started in one time: Sep 11 16:43:40 iPod-touch DimChat[3823] : QBChat/didConnect Sep 11…
DrMoriarty
  • 398
  • 2
  • 14
0
votes
1 answer

quickblox response returning access denied when deleting custom object records

I am trying to simply delete a record from a custom objects class like so. [QBCustomObjects deleteObjectWithID:deletingID className:className delegate:self]; The server responds with this. DELETE…
Eric Alford
  • 926
  • 7
  • 11
0
votes
1 answer

How to use setCustomVideoChatCaptureSession for video chat?

I need to apply video or auido filter for QuickBlox video chat. Anyone has a working sample code for this? How to use setCustomVideoChatCaptureSession and processVideoChatCaptureVideoSample for this purpose?
0
votes
2 answers

Quickblox trying to get a sesssion

I've been trying to create a session, even with curl it's giving me something weird (I wiped app id and auth key out in this post): curl -X POST \ -H "Content-Type: application/json" \ -H "QuickBlox-REST-API-Version: 0.1.0" \ -d '{"application_id":…
huggie
  • 17,587
  • 27
  • 82
  • 139
0
votes
1 answer

(Quickblox) Receiving Video Calls from anywhere in the App

This applies to iOS programming specifically using QuickBlox's API for video calls. Obviously you don't want users to receive video calls in just one view controller in the app, so you need to make users be able to receive calls anywhere in the app.…
Alec Kriebel
  • 192
  • 2
  • 10
1 2 3
99
100