Skip to content

Commit 60633b6

Browse files
author
Minnie Liu
committed
nit change
1 parent 847bf5d commit 60633b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ CommunicationUserIdentifier user2 = await identityClient.CreateUser();
103103

104104
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.
105105

106-
After the user identities have been created, you can create a `RoomParticipant` and assign a role. If a role is not assigned, then the participant will be assigned `Attendee` role by default.
106+
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.
107107
```csharp
108108
RoomParticipant participant1 = new RoomParticipant(user1) { Role = ParticipantRole.Presenter };
109109
RoomParticipant participant2 = new RoomParticipant(user2) { Role = ParticipantRole.Attendee };

0 commit comments

Comments
 (0)