Skip to content

Commit 8c5acf4

Browse files
committed
Address comments
1 parent 47c2f0f commit 8c5acf4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ ms.topic: how-to
1010
ms.date: 03/14/2023
1111
ms.custom: template-how-to
1212

13-
#Customer intent: As a developer, I want to admit/reject users from Teams meeting lobby.
1413
---
14+
[!INCLUDE [Install SDK](../calling-sdk/includes/install-sdk/install-sdk-web.md)]
15+
Lobby admit and reject are the apis on `Call` or `TeamsCall`. It allows user to admit and reject participants from Teams meeting lobby. You first need to import `Call` or `TeamsCall` deom the Calling SDK:
1516

16-
# Join a teams meeting
17+
# Manage participants in Teams meeting Lobby
1718

18-
Here's how to admit/reject participants from regular Microsoft Teams meetings lobby by using Azure Communication Service SDKs.
19+
In this article you will learn how to admit and reject participants from Microsoft Teams meetings lobby by using Azure Communication Service calling SDKs.
1920

2021
## Prerequisites
2122

@@ -24,7 +25,7 @@ Here's how to admit/reject participants from regular Microsoft Teams meetings lo
2425
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/access-tokens.md).
2526
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2627

27-
To admit/reject users from lobby, admitter/rejecter should join the meeting first and should have Organizer, Coorganizer or Presenter meeting role.
28+
Microsoft 365 or Azure Communication Services users can admit or reject users from lobby, if they are connected to Teams meeting and have Organizer, Co-organizer, or Presenter meeting role.
2829
[Learn more about meeting roles](https://support.microsoft.com/en-us/office/roles-in-a-teams-meeting-c16fa7d0-1666-4dde-8686-0a0bfe16e019)
2930

3031
To admit, reject or admit all users from the lobby, you can use the `admit`, `rejectParticipant` and `admitAll` asynchronous APIs:

0 commit comments

Comments
 (0)