You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new `room` with default properties using the code snippet below:
93
+
### Set up room participants
94
+
In order to set up room participants, you'll need to initialize a `CommunicationIdentityClient` to create the communication user identities who will be granted access to join the room.
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.
106
105
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.
0 commit comments