Screen sharing functionality is available for our Android, iOS, JavaScript SDK and samples of implementation you can find here: Code Samples | QuickBlox Here is the Quick Start guide regarding how to ...
Can we remove User agreement from the app? When user installs and opens the Q-municate app for the first time License and Agreement popup appears. This is the agreement between QuickBlox and Q-municat...
WebRTC technology (Web Real-Time Communication) for audio/video calls is emploeyd at QuickBlox. WebRTC allows real-time media (audio/video streams) exchange between client-side devices. There are two ...
Can we use Q-municate code and what we can/can't change in it? Android Q-municate is an open source code (https://github.com/QuickBlox/q-municate-android) that allows you to create an app with video, ...
I want to show a delivery report to a user (either your IM has been seen by your friend to whom you chat or not). How can I get Stanza message using Chat instance? You can send messages with text 'del...
Is it possible for a user to register and login to QuickBlox just using their Facebook account? We have a number of implementations where users log in with their Facebook account; the QuickBlox accoun...
I want my app to support both Chat and PostWall features. Is there a way to integrate the chat with my own PostWall? Or is it available in the SDK already? Yes you can. Please check iOS and Android ch...
Why is my chat module in the list of users not loading? You need to look through sample codes and find [QBUsers userWithDelegate:..] query. And look into delegate method, what this query returns and p...
How do I add chat feature to my already established mobile app? Please look at the chat codes sample that might be helpful for you: iOS - http://quickblox.com/developers/SimpleSample-chat_users-ios ...
I am making my App on just iOS using the help of QuickBlox chat sample but I am facing issues with connectivity. I also ran a chat sample from QuickBlox it still gives me the same response. Automatica...