Skip to content

Commit c33be9f

Browse files
committed
add features and update chatbot readme
1 parent ea681bb commit c33be9f

File tree

5 files changed

+54
-17
lines changed

5 files changed

+54
-17
lines changed

samples/chat/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ QuickBlox JS Sample Chat
33

44
This is a code sample for [QuickBlox](http://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.
55

6+
# Features
7+
* Log in/log out
8+
* Send and receive message/attachment
9+
* Create and leave a 1-to-1 and group chat
10+
* Create a public chat
11+
* Display users who have received/read the message
12+
* Mark messages as read/delivered
13+
* Send typing indicators
14+
* List and delete chats
15+
* Display chat history
16+
* Display a list with chat participants
17+
* Send/receive push notifications
18+
* Subscribe/unsubscribe device to push notifications
19+
620
# Get application credentials
721
[](#get-application-credentials)
822

samples/chat_bots/rivescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## **Overview**
22

3-
Bots are third-party applications that run inside QuickBlox platform. Bots have almost the same qualities as humans: they have profile photos, names, they can send messages and upload files, and they can be added to and removed from private group chats. Chatbots are controlled programmatically via [QuickBlox Javascript/Node.js SDK](https://docs.quickblox.com/docs/js-quick-start).
3+
Bots are third-party applications that run inside QuickBlox platform. Chatbots are controlled programmatically via [QuickBlox Javascript/Node.js SDK](https://docs.quickblox.com/docs/js-quick-start).
44

55
## **How To Build Chatbots**
66

samples/chat_bots/simple_bot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## **Overview**
22

3-
Bots are third-party applications that run inside QuickBlox platform. Bots have almost the same qualities as humans: they have profile photos, names, they can send messages and upload files, and they can be added to and removed from private group chats. Chatbots are controlled programmatically via [QuickBlox Javascript/Node.js SDK](https://docs.quickblox.com/docs/js-quick-start).
3+
Bots are third-party applications that run inside QuickBlox platform. Chatbots are controlled programmatically via [QuickBlox Javascript/Node.js SDK](https://docs.quickblox.com/docs/js-quick-start).
44

55
## **How To Build Chatbots**
66

samples/video_conferencing/README.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
1-
# Overview
2-
QuickBlox provides the Multiparty Video Conferencing solution which allows to setup video conference between 10-12 people. It's built on top of WebRTC SFU technologies.
3-
4-
Multi-conference server is available only for Enterprise plans, with **additional fee**. Please refer to [https://docs.quickblox.com/docs/js-video-conference] for more information and contacts.
5-
6-
# Features supported
7-
8-
* Video/Audio Conference with 10-12 people
9-
* Join-Rejoin video room functionality (like Skype)
10-
* Mute/Unmute audio/video stream (own and opponents)
11-
* Display bitrate
12-
* Switch video input device (camera)
13-
14-
# Documentation
15-
https://docs.quickblox.com/docs/js-video-conference
1+
# Overview
2+
QuickBlox provides the Multiparty Video Conferencing solution which allows to setup video conference between 10-12 people. It's built on top of WebRTC SFU technologies.
3+
4+
Multi-conference server is available only for Enterprise plans, with **additional fee**. Please refer to [https://docs.quickblox.com/docs/js-video-conference] for more information and contacts.
5+
6+
# Features supported
7+
8+
* Log in/log out
9+
* Create a conference room
10+
* Leave a conference room
11+
* Add a new member to a conference room
12+
* Participate in a conference call
13+
* Participate in a stream as a streamer/watcher
14+
* Send and receive text messages and attachments
15+
* Enable/disable audio stream from an opponent
16+
* Switch camera
17+
* Enable/disable camera
18+
* Mute/unmute the microphone
19+
* Display the number of chat members
20+
* Share a screen
21+
* Set media settings
22+
* Mirror local video
23+
24+
# Documentation
25+
https://docs.quickblox.com/docs/js-video-conference

samples/webrtc/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ The WebRTC VideoChat code sample allows you easily to add the video calling feat
99

1010
It is built on the top of the WebRTC technology.
1111

12+
# Features
13+
* Log in/log out
14+
* Make and receive 1-to-1 and group audio call
15+
* Make and receive 1-to-1 and group video call
16+
* Search for users to make a call with
17+
* Mute/unmute the microphone
18+
* Display the list of call participants and their statuses
19+
* Share a screen
20+
* Switch camera
21+
* See call timer
22+
* Mirror local video
23+
* Change settings (media, answer time interval, etc.)
24+
1225
# Get application credentials
1326
[](#get-application-credentials)
1427

0 commit comments

Comments
 (0)