Skip to content

Commit c5843c7

Browse files
author
Igor Khomenko
committed
Merge branch 'gh-pages' of github.com:QuickBlox/quickblox-javascript-sdk into gh-pages
2 parents 676a0a6 + 6cfbc2a commit c5843c7

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

samples/cordova/text_chat/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,3 @@ It allows:
2222
## Documentation
2323

2424
Original sample description & setup guide - [Apache Cordova (PhoneGap) Chat code sample](http://quickblox.com/developers/Sample-chat-cordova)
25-
26-
## Steps to build this sample from scratch
27-
1. Create Cordova app:
28-
```
29-
cordova create hello com.example.hellochat HelloChat
30-
```
31-
2. Copy content from **samples/chat** to **www** folder of your Cordova app.
32-
3. Add platfroms:
33-
```
34-
cordova platform add ios --save &&
35-
cordova platform add android --save &&
36-
cordova platform add browser --save
37-
```
38-
4. Replace relative path to QuickBlox framework in index.html to absolute via cdnjs.
39-
5. Install [WebSocket-for-Android](https://github.com/knowledgecode/WebSocket-for-Android) plugin to support WebSockets on Android <4.4

samples/cordova/video_chat/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This is a code sample for [QuickBlox](https://quickblox.com/) platform. It is a
99

1010
## Sample description
1111

12-
<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">
13-
<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">
14-
<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+
<img src="https://quickblox.com/developers//images/a/a8/Webrtc_cordova_sample1.PNG" border="1" alt="Main screen" width="300">
13+
<img src="https://quickblox.com/developers//images/7/71/Webrtc_cordova_sample2.PNG" border="1" alt="Accept call" width="300">
14+
<img src="https://quickblox.com/developers//images/e/ea/Webrtc_cordova_sample3.PNG" border="1" alt="Cordova video chat" width="300">
1515

1616
It allows:
1717

0 commit comments

Comments
 (0)