Skip to content

Commit ab2d201

Browse files
authored
Merge pull request #265 from Azure-Samples/mgamis/rooms-ui-quickstart-README-fix
Rooms UI quickstart readme fix
2 parents 0c620f2 + 0911eb2 commit ab2d201

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ui-library-quickstart-rooms/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ This code sample showcases the ability to join a Rooms call using the CallCompos
1818
- [Node.js](https://nodejs.org/en/) Active LTS and Maintenance LTS versions (8.11.1 and 10.14.1 recommended).
1919
- An active Communication Services resource. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource). You will need the endpoint value for the resource
2020
- An identity with both VoIP and Chat scopes. Generate an identity using the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity).
21-
- Create a room and add you user id to the room using the provided sample scripts from this Rooms API [quickstart](https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/rooms/get-started-rooms?pivots=programming-language-javascript).
22-
- First, enter your connection string from your Communication Services resource in `node .\src\scripts\settings.js` to run the Rooms client scripts.
23-
- Run the sample script to create a room by running `node .\src\scripts\createRoom.js` and copy the room id.
24-
- Run the sample script to add the user as Presenter to the created room by running `node .\src\scripts\addParticipantToRoom.js <user id> <room id>`
25-
- You can also change the role of the user to Attendee or Consumer in `.\src\scripts\addParticipantToRoom.js` and rerun the script
21+
- Create a room and add your user id to the room by using the provided sample scripts which are based on this Rooms client [quickstart](https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/rooms/get-started-rooms?pivots=programming-language-javascript).
22+
- First, enter your connection string from your Communication Services resource in `.\src\scripts\settings.js` to run the Rooms client scripts.
23+
- Create a room by running `node .\src\scripts\createRoom.js` and copy the room id from the output.
24+
- Add your user as a Presenter to the generated room by running `node .\src\scripts\addParticipantToRoom.js <USER_ID> <ROOM_ID>` with the corresponding ids
25+
- You can also change the role of the user to Attendee or Consumer in `.\src\scripts\addParticipantToRoom.js` and rerun the script.
2626

2727
## Run the code
2828

0 commit comments

Comments
 (0)