Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
75 views

I am using QuickBlox in a node environment, which does not have XMLHttpRequest by default, so I get the following error: Uncaught (in promise) ReferenceError: XMLHttpRequest is not defined at i (...
A. Person's user avatar
  • 141
0 votes
1 answer
163 views

const [chatData, setChatData] = useState([]); const emitter = new NativeEventEmitter(QB.chat); const receivedNewMessage = (event) => { const { type, payload } = event; // ...
React_Coder's user avatar
0 votes
1 answer
412 views

I am making a new flutter project adding quickblox in pubspec.yaml making pubg get pod install and then I am trying to run it in ios device. I always get this error. Am I missing something on ios that ...
Grigoris Kritopoulos's user avatar
-1 votes
1 answer
314 views

I am getting error message Error: Can't load file from uriString when uploading audio and PDF files with Quickblox in React Native Android app. It is working for images and videos. Quickblox ...
Ramesh's user avatar
  • 432
1 vote
1 answer
283 views

This question belong to those who has worked with quickblox sdk. I am going to create a chat application by quickBlox sdk. I installed package from pub.dev and it work fine with create user, login and ...
Mohammad_Asef's user avatar
0 votes
1 answer
263 views

So, basically I'm trying to receive a call from provider to my app. For that purpose Quickblox gives us a listener to receive the upcoming calls onCallListener. So here is my code snippet that should ...
Hayk Shahinyan's user avatar
1 vote
1 answer
122 views

In the Headers I don't QB-Token! How Can I add that? I'm successfully creating a session but I cannot handle the other request as it returns an authorization(401) error.
Hayk Shahinyan's user avatar
0 votes
1 answer
119 views

According to Quickblox documentation here updating a custom object from the flutter SDK can be done using this sample: String className = "TestFlutterClass"; String id = "...
vin shaba's user avatar
  • 167
0 votes
1 answer
100 views

In our application, we are having users join a bunch of public dialogs when they log in to the app for the first time. From the next time they open the app, we would like to show the unread count but ...
praveena_kd's user avatar
1 vote
1 answer
85 views

I have used quickblox chat sdk in my old xamarin.forms project. I know that quickblox is not supporting xamarin now, but old sdk was working fine till now, but from last week I am getting this error. ...
Divyesh's user avatar
  • 2,477
0 votes
1 answer
35 views

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 ...
Patrice Andala's user avatar
1 vote
1 answer
66 views

As QuickBlox is using Firebase and Huawei devices are not supporting Firebase now. Is there any way to use QuickBlox SDK on Huawei devices or not? Or is there any other SDK that I can use in place of ...
Faizan Ahmad's user avatar
0 votes
2 answers
94 views

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 ...
Patrice Andala's user avatar
1 vote
0 answers
134 views

I have recently started working on the P2P video calling feature using Quickblox SDK. I have been following their documentation for the video calling implementation which is vague enough for any ...
Saurabh's user avatar
  • 745
0 votes
1 answer
149 views

I'm trying to use quickblox for a chat but I getting the fallowing error: com.quickblox.core.exception.QBResponseException: Client is not, or no longer, connected in join QBResponseException fun ...
user223054's user avatar
1 vote
1 answer
291 views

I was trying to create a dialog using quickblox react-native-sdk. In ANDROID it worked perfectly fine, but in IOS(simulator) it is showing Error: Request failed: client error (422) QB.chat ....
Boban Anto's user avatar
1 vote
1 answer
246 views

We are receiving Notification when directly build from Xcode to a mobile device. But when we create an ipa file and install it on mobile device, notification does not work.We are using free version of ...
sachin datarkar's user avatar
1 vote
1 answer
289 views

2021-03-06 17:56:41.069 2475-3124/com.example.app I/org.webrtc.Logging: EglRenderer: local_video_viewDropping frame - No surface That's the error/warning I am experiencing. And the remote/local video ...
WilliaGuy's user avatar
  • 209
0 votes
1 answer
241 views

I am implementing Quickblox Video Conference service in my React Application - However I have implemented the Quickblox SDK in my react app and all the Quickblox functions are working perfectly. In ...
Tarun Narula's user avatar
1 vote
1 answer
95 views

I am unable to create session for a user even user logged into the account. here is my code: //Create new session let session = QBRTCClient.instance().createNewSession(withOpponents: opponentsIDs, ...
santhosh pamukuntla's user avatar
0 votes
1 answer
160 views

I have develop the videochat in Angular. I can refer Javascript SDK Sample. The sample is working fine. But when i developing the example in angular I get a lot of noise and echo in addiction to the ...
user15046230's user avatar
0 votes
1 answer
189 views

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 ...
ikatomic's user avatar
1 vote
1 answer
119 views

Calling below code to start video call using QuickBlox, But getting 'You have to be logged in in order to use Chat API' error even after calling login API. //Authorise user/Create session ...
Akshay Phulare's user avatar
0 votes
1 answer
165 views

I am trying to use QuickBlox JavaScript SDK for chat communication for react.js app. But while running the app i am getting this error. I have installed all the dependencies but still getting this ...
RAKESH K's user avatar
1 vote
1 answer
697 views

I am doing quickblox integration in my app. I have successfully integrated chat functionality and it's working great. But push notification functionality is not working. I have followed the below step ...
DevMobApp's user avatar
  • 125
0 votes
0 answers
182 views

call Work perfectly if app in background and open app normally works fine but when enter in app via notification tap not showing video view
Noman Umar's user avatar
2 votes
1 answer
2k views

I am using com.quickblox:quickblox-android-sdk-videochat-webrtc:3.9.1 for Chat and org.jitsi.react:jitsi-meet-sdk:2.10.0 //for Meeting but unable to resolve these issues Duplicate class org.webrtc....
Umer Waqas's user avatar
  • 1,784
1 vote
0 answers
159 views

I'm trying to use QuickBlox via JavascriptSDK and when I try to use it I have the message: Module not found: Can't resolve 'nativescript-xmpp-client' in Just followed the small steps on documentation ...
dsantoro's user avatar
  • 135
0 votes
1 answer
214 views

I am trying to Unsubscribe subscriptions APNS & APNS.VOIP on logout in iOS swift Quickblox project. It unsubscribes only one of them can anyone please guide me. Here's my code for logout. @objc ...
Zubair Sheikh's user avatar
1 vote
0 answers
79 views

I need a help to implement background calling for my app. i have given permissions for vOIP and imported Pushkit and written delegate methods of it. here are my delegate methods: func pushRegistry(_ ...
iOS's user avatar
  • 11
6 votes
1 answer
2k views

I am using Quickblox for my chats in my Flutter app. Once a connection is made, the chat works fine. When the app is send to the background, I set the connection to closed as advised by Quickblox ...
Abdullah Riaz's user avatar
-2 votes
1 answer
214 views

I have try to video call using QuickBlox from web page to iOS app but when I am call from web immediately iOS app crash with as below log. [3553:77957] *** Terminating app due to uncaught exception '...
Stack's user avatar
  • 1
1 vote
0 answers
311 views

I have integrated Video and Audio calling feature using QuickBlox. We have a facing issue when the app was in the background, killed/screen locked, The iOS app not getting a call from other platforms. ...
Kiran K's user avatar
  • 949
3 votes
1 answer
1k views

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 ...
Parth Patel's user avatar
  • 1,300
1 vote
1 answer
432 views

In the scenario where two users are connected in a video call, one of them gets a phone call and he answers the call. this blocks the ongoing webRTC stream and the call session ends. So is there a way ...
ikramf90's user avatar
  • 112
2 votes
0 answers
79 views

I want to connect random users on a call (1 on 1 only) but that results sometimes in call collision. Steps that I took so far are: On call button press I create a new session and try to connect with ...
Visar Ibishi's user avatar
0 votes
1 answer
1k views

I have a react native project that was working fine both on android and iOS. I added the calling and chat service to my project using the package 'react-native-quickblox-sdk v0.5.2-beta' afterwards. ...
Amir Gorji's user avatar
  • 3,405
1 vote
0 answers
156 views

When i try to delete a quickbloxid, i am getting an error { code: 404, status: 'error', message: '{"code":null,"message":"Possible subdomains: admin, api, billing"}', detail: null } I ...
Akhil Raj's user avatar
0 votes
0 answers
49 views

Does anybody know if I can use Quickblox for my Nativescript (Angular) app. I would like have video calls integrated in my application. Thank you.
Francisco Jaimes Freyre's user avatar
1 vote
1 answer
291 views

{"errors":{"base":["APNS (Apple Push) is not enabled for this application. Please upload proper push certificate in the Push Notifications module, Settings tab in admin panel.","No recipients. At ...
Ashish Gupta's user avatar
2 votes
0 answers
659 views

This is the simple code import { Component, OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { CONFIG } from 'src/app/config'; // import { ConsoleReporter } ...
Umashankar Saw's user avatar
0 votes
1 answer
294 views

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) ...
Beatriz Bonafini's user avatar
0 votes
1 answer
543 views

I need help in ios sdk 2.17.4. in swift WebRTC projcet of ios voip push creates crash. Development team updated the sdk but this problem resolved in just objective c project. I have raised this issue ...
Muhammad's user avatar
  • 317
1 vote
2 answers
1k views

I'm having trouble in the Flutter SDK Example project. Specifically the WebRTC portion. I'm unable to get a video call connected. I have the project deployed to two Android devices. One is physical, ...
Todd DeLand's user avatar
  • 3,175
2 votes
1 answer
401 views

I have tried the sample code provided by QB but event subscription is not working and the method body is never executed. I am attaching my code for reference subscribeToEvent() async { try { await ...
dbee's user avatar
  • 21
1 vote
1 answer
189 views

const subscription = { deviceToken: global.deviceToken } QB.subscriptions .create(subscription) .then((response) => { /* subscription(s) created successfully */ ...
user1764431's user avatar
1 vote
1 answer
157 views

I am using javascript sdk. How to delete user on quickblox programatically? QB.users.delete(userId,function(err, result){}); I am getting error :- Cannot read property 'external' of undefined
Hemendra singh's user avatar
1 vote
1 answer
168 views

I'm using Firebase 17.3.3 together with QuickBlox (chat/video SDK) for push notifications in my app, but I am experiencing token invalidations after some time (time varies) when the app is in the ...
EricPolman's user avatar
0 votes
1 answer
267 views

I am facing issues in QuickBlox and I am using the below code to log in. QBRequest.logIn(withUserLogin: phoneNumber, password: password, successBlock: { response, user in // Success, do ...
Vijay yadav's user avatar
  • 1,230
2 votes
0 answers
78 views

I have integrated push notifications with quichkblox SDK with FCM, same is done in iOS app. But when the iOS app is in background or killed then notification sent from android is not received at iOS ...
Kartika Vij's user avatar

1
2 3 4 5
31