To find out whether the message has been delivered you can use the following solution. When message is received, you automatically need to send message with parameters (custom parameters: put message ...
QBChat instance has 90 seconds timeout. After a timeout the socket is closing. You need to keep up the connection by sending the (BOOL)sendPresence message to QBChat instance object. This will support...
QuickBlox Chat server supports only short room info at the moment. We suggest using CustomObjects record to wrap Chat room and store any additional room information you need....
With QB Chat is it possible to get messages from not Facebook friends? For communiction between non-friends you can use QuickBlox Chat as addition. This feature is available in new ChattAR https://git...
How to retrieve user by ID and set him as an opponent (iOS)? For Chat you don’t need full user body, you can send chat messages directly to user ID. More info you can find here http://quickblox.co...
Messages are not delivered once one of users goes offline. If you use 1 to 1 chat you need to logout from Chat when application goes to background and login again when you go foreground. In this case...
How receive video calls from anywhere in the app? Please refer to http://quickblox.com/developers/Sample-webrtc-ios...
Are chat messages stored? There is a possibility to manage chat history. With QuickBlox You can store, view and retrieve chat history without any additional API calls. More details you can check here ...
How to add an avatar and extra details to chat user? Each user has a blob_id field http://quickblox.com/developers/Users#Response_3 Basically this is a link to file in Content Module. You can upload ...
How to share audio/video with several iOS devices? QuickBlox has released Quickblox WebRTC iOS SDK You are able to share your screen. For more information please refer to http://quickblox.com/develope...