Skip to content

Commit 93407ee

Browse files
Update articles/communication-services/how-tos/calling-sdk/lobby-admit-and-reject.md
Co-authored-by: tomaschladek <[email protected]>
1 parent 66d4667 commit 93407ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/lobby-admit-and-reject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can also reject specific user to the Teams meeting from lobby by calling the
4444

4545
```js
4646
const teamsUserIdentifier = { microsoftTeamsUserId: '<MICROSOFT_TEAMS_USER_ID>' };
47-
const userIdentifier = { communicationUserId: '<ACS_USER_ID>' };
47+
const userIdentifier = { communicationUserId: '<COMMUNICATION_SERVICES_USER_ID>' };
4848
const phoneUserIdentifier = { phoneNumber: '<PHONE_NUMBER>' }
4949
await call.rejectParticipant(teamsUserIdentifier);
5050
await call.rejectParticipant(userIdentifier);

0 commit comments

Comments
 (0)