We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d4667 commit 93407eeCopy full SHA for 93407ee
articles/communication-services/how-tos/calling-sdk/lobby-admit-and-reject.md
@@ -44,7 +44,7 @@ You can also reject specific user to the Teams meeting from lobby by calling the
44
45
```js
46
const teamsUserIdentifier = { microsoftTeamsUserId: '<MICROSOFT_TEAMS_USER_ID>' };
47
-const userIdentifier = { communicationUserId: '<ACS_USER_ID>' };
+const userIdentifier = { communicationUserId: '<COMMUNICATION_SERVICES_USER_ID>' };
48
const phoneUserIdentifier = { phoneNumber: '<PHONE_NUMBER>' }
49
await call.rejectParticipant(teamsUserIdentifier);
50
await call.rejectParticipant(userIdentifier);
0 commit comments