Skip to content

Commit

Permalink
Merge branch 'master' of DaveLombardo:ConnectyCube/connectycube-web-s…
Browse files Browse the repository at this point in the history
…amples
  • Loading branch information
DaveLomber committed Dec 20, 2024
2 parents 4a851e4 + 15aee15 commit 4cc3aa5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)



Expand Down
4 changes: 2 additions & 2 deletions chat-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion videochat-conf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion videochat-conf/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "videochat",
"name": "connectycube-videochat-conf",
"version": "2.0.0",
"description": "WebRTC Video Chat Sample",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion videochat/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "videochat",
"name": "connectycube-videochat",
"version": "2.0.0",
"description": "WebRTC Video Chat Sample",
"main": "src/index.js",
Expand Down

0 comments on commit 4cc3aa5

Please sign in to comment.