Skip to content

Commit ce236ef

Browse files
author
Minnie Liu
committed
nit fixes
1 parent 60633b6 commit ce236ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-net.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ CommunicationUserIdentifier user1 = await identityClient.CreateUser();
101101
CommunicationUserIdentifier user2 = await identityClient.CreateUser();
102102
```
103103

104-
Alternatively, you can follow the instructions [here](https://learn.microsoft.com/azure/communication-services/quickstarts/rooms/join-rooms-call?pivots=platform-web#obtain-user-access-token) to create a user and access token.
104+
Alternatively, you can follow the instructions [here](../join-rooms-call.md?pivots=platform-web#obtain-user-access-token) to create a user and access token.
105+
105106

106107
After the user identities have been created, you can create room participants and assign a role. If a role is not assigned, then the participant will be assigned `Attendee` role by default.
107108
```csharp
@@ -115,7 +116,7 @@ participants.Add(participant2);
115116
```
116117

117118
### Initialize the room
118-
Create a new `room` with default properties using the code snippet below:
119+
Create a new `room` using the `participants` defined in the code snippet above:
119120

120121
```csharp
121122

0 commit comments

Comments
 (0)