Skip to content

Commit cb25de4

Browse files
author
Igor Khomenko
committed
added README for Cordova samples
1 parent 389cef1 commit cb25de4

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

samples/chat-cordova/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# QuickBlox Apache Cordova (PhoneGap) Chat code sample
2+
3+
## Overview
4+
5+
This is a code sample for [QuickBlox](https://quickblox.com/) platform. It is a great way for developers using QuickBlox platform to learn how to integrate private and group chat, add text and image attachments sending into your application.
6+
7+
## Sample description
8+
9+
<img src="http://quickblox.com/developers//images/7/74/Cordova_chat_sample1.png" border="1" alt="1-1 ang Group chats" width="600">
10+
11+
It allows:
12+
13+
1. Authenticate with Quickblox Chat and REST.
14+
2. Receive and display list of dialogs.
15+
3. Modify dialog by adding occupants.
16+
4. Real-time chat messaging and attachment's handling.
17+
5. Offline storage for messages, dialogs and users.
18+
19+
20+
## Documentation
21+
22+
Original sample description & setup guide - [Apache Cordova (PhoneGap) Chat code sample](http://quickblox.com/developers/Sample-chat-cordova)
23+
24+

samples/webrtc-cordova/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# QuickBlox Apache Cordova (PhoneGap) VideoChat (WebRTC) code sample
2+
3+
## Overview
4+
5+
This is a code sample for [QuickBlox](https://quickblox.com/) platform. It is a great way for developers using QuickBlox platform to learn how to integrate WebRTC video calling features into your application.
6+
7+
## Sample description
8+
9+
<img src="http://quickblox.com/developers//images/a/a8/Webrtc_cordova_sample1.PNG" border="1" alt="List of users to have a video chat with" width="300">
10+
<img src="http://quickblox.com/developers//images/7/71/Webrtc_cordova_sample2.PNG" border="1" alt="iOS demo of Cordova Video Chat code sample" width="300">
11+
<img src="http://quickblox.com/developers//images/e/ea/Webrtc_cordova_sample3.PNG" border="1" alt="Android demo of Cordova Video Chat code sample" width="300">
12+
13+
It allows:
14+
15+
1. Have 1-1 Video Chat.
16+
2. Have group Video Chat.
17+
3. Mute video and audio tracks.
18+
4. Use filters for video stream.
19+
20+
21+
## Documentation
22+
23+
Original sample description & setup guide - [Apache Cordova (PhoneGap) VideoChat (WebRTC) code sample](http://quickblox.com/developers/Sample-webrtc-cordova)
24+
25+

0 commit comments

Comments
 (0)