Azure Communication Service (ACS) Identity participant not auto admitted while Joining Teams Meeting

anujeet swain 20 Reputation points
2025-01-28T09:14:58.2833333+00:00

I am using Azure Communication Service (ACS) to allow participants to join a Microsoft Teams meeting. The Teams meeting is created programmatically using the Microsoft Graph API with an M365 active account.

When a user connects via ACS, they use a dynamically generated ACS identity and token to join the meeting. However, the participant remains in the lobby, waiting to be admitted manually by the meeting organizer.

Instead, I want the ACS participant to bypass the lobby and join the meeting directly, without requiring the organizer's presence or intervention.

What I’ve Tried So Far:

  1. Graph API Request Body: I’ve configured the lobbyBypassSettings parameter in the meeting creation request to allow all participants to bypass the lobby. Below is the relevant part of the request body I am using:
       {
               "startDateTime": "2025-01-26T12:00:00Z",
               "endDateTime": "2025-01-26T13:00:00Z",
               "subject": "Meeting 26 Dec Testing",
               "allowTeamworkReactions": true,
               "lobbyBypassSettings": {
                   "scope": "everyone",
                   "isDialInBypassEnabled": true
               },
               "shareMeetingChatHistoryDefault": "all",
               "allowMeetingChat": "enabled",
               "recordAutomatically": false,
       }
    
    Is there a way to configure the meeting or the ACS identity such that the participant can bypass the lobby and join directly?
    Any suggestions or alternative approaches to achieve this functionality would be greatly appreciated.
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,821 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
990 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,981 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,544 questions
{count} votes

Accepted answer
  1. Yakun Huang-MSFT 9,780 Reputation points Microsoft Vendor
    2025-01-28T09:50:35.65+00:00

    Hello anujeet swain,

    Thank you for reaching out to Microsoft Support!

    After research, we found that other users have raised similar issues and setting it up through the Graph API doesn't seem to work, so we recommend that you set it up in teams.

    Refer to this link for setting method:

    https://learn.microsoft.com/en-us/microsoftteams/settings-policies-reference#allow-anonymous-users-to-join-meetings

    Similar cases for other users:

    https://learn.microsoft.com/en-us/answers/questions/312640/why-cant-my-anonymous-users-bypass-the-lobby-in-an

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.