Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions rooms-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ npm run start

Open your browser and navigate to http://localhost:8080/. You should see the following:

In the developer tools console within your browser you should see following:

Azure Communication Rooms client created!

In the developer tools console within your browser you should see console info log statements from 'client.js' for various rooms operations such as Created Room and Added Participants.



78 changes: 40 additions & 38 deletions rooms-quickstart/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rooms-quickstart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rooms-quickstart",
"version": "1.1.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"@azure/communication-identity": "^1.2.0",
"@azure/communication-rooms": "^1.1.0"
"@azure/communication-rooms": "^1.2.0"
},
"devDependencies": {
"webpack": "^5.74.0",
Expand Down