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

Invalid redirect uri for QuickBlox user module's facebook login

I am new to QuickBlox. I've just download the sample code from SimpleSample-chat users-ios and connect it with my application on QuickBlox. It works fine with the registration and normal login. However, error occurred if I use facebook login. Error…
Horst
  • 1,733
  • 15
  • 20
4
votes
4 answers

QuickBlox :How to share image/video in peer to peer chat module?

I am trying to share image/video in chat module. I've referred Sample code for this but couldn't find any help. Alos I've referred http://quickblox.com/modules/chat/ it says Add live chat functions to your app by plugging in our full featured chat…
user1859900
  • 81
  • 1
  • 2
  • 10
3
votes
1 answer

Incoming video call issue in iOS 13 using Quickblox and CallKit

Feature: I have implemented QuickBlox video calling in application. Problem: Recipient doesn't receive incoming call notification if application is in background. Result: Video calling is working fine up to iOS 12 but only problem with iOS 13. I…
Parth Patel
  • 1,250
  • 1
  • 13
  • 21
3
votes
1 answer

Quickblox stringified notification

I am trying to push notification to ios from quickblox js sdk. I have some sample code. QuickBlox JavaScript SDK : 2.12.7 'use strict'; const QuickBlox = require('quickblox').QuickBlox; const CREDENTIALS = { appId: 'appId', authKey:…
3
votes
0 answers

Message coming from wrong user during private and group chat

We are integrate Quickblox chat application in our project. We are using Node Js in backend and Angular 7 in frontend. We are already implemented both private and group chat. One to one private chat is okay but we are facing problem in below…
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

How to solve the error "base Required session does not exist" in Quickblox?

MainActivity.java package com.example.sll_user.chatapp; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import…
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
1 answer

Quickblocks receive video call crash

I am trying integrate quick blocks in swift.Everythings working fine but when i receive call request from other user my app getting crashed .i am getting this error [CAMetalLayerDrawable texture] should not be called after already presenting…
Shakti
  • 986
  • 12
  • 22
3
votes
1 answer

Incoming call not showing name

I have implemeted QuickBlox audio/video call. I have an issue, When a incoming call received it shows a number instead of user name. Please find the attached image. How to replace this with caller user name.
Vineesh TP
  • 7,755
  • 12
  • 66
  • 130
3
votes
0 answers

QuicKblox ui not working after install Firebase Framework

I am facing one problem in chat Ui (objective C), it’s causing problem when i come back to chat screen by clicking on arrived notification , the navigation bar get hides .its working fine when i am inside at the app , the problem is coming only when…
Dilip Mishra
  • 1,422
  • 13
  • 17
3
votes
0 answers

Quickblox audio call voip issue

I had integrated quickblox in my application for the audio call like whatsapp. For this i had used VOIP push notification so if app is not running user can still receive call. - (void)pushRegistry:(PKPushRegistry *)registry …
Akash Raghani
  • 557
  • 1
  • 9
  • 21
3
votes
1 answer

Can't upload content on quickblox using node.js

I am using node js to upload content in quickblox. Following is the code I am using. While uploading a picture i get an error of var inputFile = $("input[type=file]")[0].files[0]; ^ $ is not…
Shivani Tyagi
  • 71
  • 1
  • 5
3
votes
1 answer

`Required session does not exist` error while using REST api of Quickblox

I am using REST api of Quickblox. but everytime , i am getting response : {"errors": { "base": ["Required session does not exist"] }} And i am using below api : url : http://api.quickblox.com/users.json Data & header is : curl -X POST \ -H…
3
votes
0 answers

Quickblox: update chat dialog list whenever new messages are received

Im working with quickBlox server for chatting. I have a chatList Controller which displays List of all dialogs. And ChatController, which will displays chat in particular dialog. Chatting in group and one-to-one is working fine... Now, When Im on…
khush
  • 540
  • 5
  • 16