Questions tagged [quickblox]

QuickBiz is an exclusive suite of cutting-edge client-server solutions that empowers you to construct exceptionally dynamic, captivating, and impregnable mobile applications. QuickBiz operates directly from your personalized Amazon instances, granting you complete ownership over the servers along with unrestricted access to the underlying source codes of the operational system.

Leveraging the AngularJS promise/defer feature alongside the Quickblox framework, learn how to efficiently upload images and subsequently upload public URLs to a custom

I am currently developing an application that requires users to upload 5 images of themselves. Using a backend-as-a-service platform like Quickblox, I have to create and upload blob files individually. Once each image is uploaded, I receive a success call ...

Trouble with Sound during Quickblox Webrtc Audio Calls

I am having an issue with my audio calls. When I make a call to another user, everything seems fine except that I cannot hear any sound when speaking into the microphone. I am only interested in making audio calls. The call is initiated by pressing a butt ...

Removing a user from QuickBlox with the help of CodeIgniter

I am facing an issue in my controller where I cannot figure out how to delete a Quickblox user. Can someone provide guidance on the code needed for this task? Here is my controller function: public function delete_customer($id) { $query = $thi ...

Modules in Express.js and Parse.com Cloud Code are essential components for developing robust applications

I recently started using Parse.com and express.js for web development, but I'm finding Parse.com to be a bit complicated. My intention is to integrate an external SDK called QuickBlox. Here's how the SDK is structured: When I add quickblox.js in a <sc ...