Skip to content

Commit 2d9b28c

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

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
@@ -51,7 +51,7 @@ await call.rejectParticipant(userIdentifier);
5151
await call.rejectParticipant(phoneUserIdentifier);
5252
```
5353

54-
If there are lots of users in the Teams meeting lobby, you can admit all users to the Teams meeting from lobby by calling the method `admitAll` on the object `TeamsCall` or `Call`.
54+
You can also admit all users in the lobby by calling the method `admitAll` on the object `TeamsCall` or `Call`.
5555

5656
```js
5757
await call.admitAll();

0 commit comments

Comments
 (0)