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
Lobby admit and reject are the apis on `Call` or `TeamsCall`. It allows user to admit and reject participants from Teams meeting lobby.
16
14
17
15
# Manage Teams meeting Lobby
18
16
17
+
Lobby admit and reject are the apis on `Call` or `TeamsCall`. It allows user to admit and reject participants from Teams meeting lobby.
18
+
19
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.
20
20
21
21
## Prerequisites
@@ -130,5 +130,4 @@ await call.admitAll();
130
130
-[Learn how to manage calls](./manage-calls.md)
131
131
-[Learn how to manage Teams calls](../cte-calling-sdk/manage-calls.md)
132
132
-[Learn how to join Teams meeting](./teams-interoperability.md)
133
-
-[Learn how to manage video](./manage-video.md)
134
-
-[Learn how to transfer calls](./transfer-calls.md)
0 commit comments