diff --git a/README.md b/README.md index a03f855..fdea595 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The following code samples are available: - [Conference Calling (Angular) code sample](https://github.com/ConnectyCube/connectycube-web-samples/tree/master/videochat-conf-angular) -- [Conference Calling (vanilla JS) code sample](https://github.com/ConnectyCube/connectycube-web-samples/tree/master/videochat-conf) - [LIVE demo TeaTalk](https://teatalk.connectycube.com) +- [Conference Calling (vanilla JS) code sample](https://github.com/ConnectyCube/connectycube-web-samples/tree/master/videochat-conf) - [LIVE demo](https://connectycube.github.io/connectycube-web-samples/videochat-conf/dist/) diff --git a/chat-react/package.json b/chat-react/package.json index 0c62da2..9b88fb5 100644 --- a/chat-react/package.json +++ b/chat-react/package.json @@ -1,6 +1,6 @@ { - "name": "react-real", - "version": "0.2.0", + "name": "connectycube-chat-react", + "version": "1.0.0", "private": true, "scripts": { "start": "react-scripts start", diff --git a/videochat-conf/README.md b/videochat-conf/README.md index ad76096..a315f7c 100644 --- a/videochat-conf/README.md +++ b/videochat-conf/README.md @@ -13,7 +13,7 @@ Project contains the following features implemented: - Guest room mode up to 12 users - Share screen -There is a live demo available https://teatalk.connectycube.com +There is a LIVE demo available https://connectycube.github.io/connectycube-web-samples/videochat-conf/dist/ ## Documentation diff --git a/videochat-conf/package.json b/videochat-conf/package.json index a9f36dc..e44e544 100644 --- a/videochat-conf/package.json +++ b/videochat-conf/package.json @@ -1,5 +1,5 @@ { - "name": "videochat", + "name": "connectycube-videochat-conf", "version": "2.0.0", "description": "WebRTC Video Chat Sample", "main": "src/index.js", diff --git a/videochat/package.json b/videochat/package.json index b5588db..cb9a2be 100644 --- a/videochat/package.json +++ b/videochat/package.json @@ -1,5 +1,5 @@ { - "name": "videochat", + "name": "connectycube-videochat", "version": "2.0.0", "description": "WebRTC Video Chat Sample", "main": "src/index.js",