quickblox

QuickBlox Android SDK 1.2 isn't running anymore on Android API before 14

一世执手 提交于 2019-12-10 17:33:47
问题 QuickBlox (Android SDK) isn't running anymore on Android API Before 14. When I try to create a session for QuickBlox using QBAuth.createSession(new QBCallbackImpl() {, it gives this error: (javax.net.ssl.SSLPeerUnverifiedException: No peer certificate). The strange thing that it was running before! I'm using QuickBlox Android SDK 1.2.4, should I migrate to SDK 2? but it is still Beta! 回答1: It seems that there is a problem when using QuickBlox Android SDK 1.2, highly recommended to use

QuickBlox user sign up issue REST API

瘦欲@ 提交于 2019-12-10 10:43:45
问题 I am following the procedure mentioned in http://quickblox.com/developers/Users so first I get the token by posting curl with this params: Array ( [application_id] => 24719 [auth_key] => PY8EEvrxtPg3sGs [timestamp] => 1435915101 [nonce] => 1435915100 [signature] => f45bdb40e8cfcf7235502b38586479f83925c6ad ) to https://api.quickblox.com/session.json and getting response : stdClass Object ( [session] => stdClass Object ( [_id] => 55965365535c12a58c031d01 [application_id] => 24719 [created_at] =

QuickBlox Video Chat Quality

▼魔方 西西 提交于 2019-12-10 00:45:33
问题 We have this iOS project that uses QuickBlox Video Chat. Basing from the sample app they've given, we were able to implement it successfully. When we tested it, the quality looks a bit bad. Does anyone know how to up the quality of the video chat? Thanks. 回答1: you can change the video quality by setting kQBVideoChatFrameQualityPreset in videoChatConfiguration, NSMutableDictionary *videoChatConfiguration = [[QBSettings videoChatConfiguration] mutableCopy]; [videoChatConfiguration setObject:@20

QuickBlox : GCDAsyncSocketErrorDomain error

此生再无相见时 提交于 2019-12-08 13:39:40
问题 I'm trying to Implement chat module in my app. I am successfully done with Login and Register process from Simple Chat Demo into my app. It also returns user array of offline and online users. Now after successfully log in I am getting below log :- error: 2012-12-07 14:50:07.056 App[5324:790b] QBChatService/xmppStreamDidConnect 2012-12-07 14:50:08.285 App[5324:790f] QBChatService/xmppStreamDidAuthenticate 2012-12-07 14:51:08.291 App[5324:711f] QBChatService/xmppStreamDidDisconnect, error

Retrieving all blobs from opponent (iOS Content/Chat Modules)

最后都变了- 提交于 2019-12-08 09:39:37
问题 How can I retrieve all blobs uploaded by 'opponent' (not just opponent.blobId)? Is there any solution just like PagedRequest for currentUser's blob? 回答1: There is no base way to do this, because all files can be private or something like this I propose to do next: use Custom Objects API http://quickblox.com/developers/Custom_Objects Create UserFiles or UserAlbum table and write all your files (blobx IDs i mean) to it which you want to open to users Next, other users will be able to retrieve

Parcelable encountered IOException writing serializable object [QUICKBLOX DIALOG]

試著忘記壹切 提交于 2019-12-08 07:54:31
问题 I am facing an issue in quickblox since 15th April, when Quickblox updated SDK for android to 2.5.2. The problem that i noticed is like, if i have customData parameter filled for a dialog, then it throws the IOExeption mentioned below. else no issues. Dialog that casues no issues. QBDialog{id=xxxx, created_at=2016-19-04 11:36:54, last_msg_user_id=xxxx, occupants_ids=[xxxx, xxxx, last_message=hey, last_message_date_sent=1461046124, type=PRIVATE, name=xxxx, room_jid=null, user_id=xxxx, photo

Quickblox iOS: Connecting 2 users in video chat without initiating a call

╄→гoц情女王★ 提交于 2019-12-08 03:18:26
I have a video chat requirement wherein I have to connect 2 (somewhat related) users through video chat. I am not finding necessary api to call, hence the question. I am basically following this tutorial but it seems it doesn't have everything I need. I do not need explicit "call to this user" sort of function. The user never gets to see entire user list. As a result, I wonder if I could have X number of users calling and another X number of users waiting to accept that call. To summarize: I just want to connect users based on some traits (like their registered tags). For any user A, there can

Multiple attachment in quickblox android

只愿长相守 提交于 2019-12-07 19:12:17
问题 I want to upload video with it's thumbnail but unable to attach multiple files together. In android there is no way to get thumbnail of video from remote url without downloading it. Is there any way in quickblox for getting thumbnail of video ? Or is there anyway I can send thumbnail of video with the video file attachment ? Or can I send multiple attachment in quickblox ? Please provide details for this . I have searched a lot regarding this but did not find any solution. If there is any

layer vs quickblox baas comparison

主宰稳场 提交于 2019-12-07 17:54:05
问题 layer vs quickblox , which is better(easier to implement,performance features) for messages,voip, and video chat, and do I need to add parse.com with those messaging solutions for content storage. 回答1: Some of the differentiating points are: Quickblox supports video and audio calling, layer doesn't. Layer provides SDK for iOS, android and Javascript & unity sdk are in queue. Quickblox provides sdk for iOS, android and js. All the above mentioned are only for client. If you want to control

Quickblox linker error: operator delete(void*)", referenced from

霸气de小男生 提交于 2019-12-07 16:55:46
问题 I'm creating a simple chat app with Quickblox. So I added the project to XCode exactly like in this tutorial: http://quickblox.com/developers/IOS-how-to-connect-Quickblox-framework QBUsers class worked just fine, but when I used QBChat I started to get linker errors: Undefined symbols for architecture i386: "operator delete(void*)", referenced from: -[QBVideoChat initAudioCapture] in Quickblox(QBVideoChat.o) "operator new(unsigned long)", referenced from: -[QBVideoChat initAudioCapture] in