Hi Treasure Khumalo,
Thanks for reaching out to Microsoft!
If your issue is related to a specific online meeting, you can update the meeting details using the Graph API. Additionally, you can add "isDialInBypassEnabled": true
if you want phone users to bypass the lobby. Please find the relevant API documentation Update onlineMeeting
PATCH https://graph.microsoft.com/v1.0/me/onlineMeetings/{meetingId}
Content-Type: application/json
Authorization: Bearer {access_token}
{
"lobbyBypassSettings": {
"scope": "everyone"
}
}
For changes to the global policy, you can log in to the Teams admin portal at admin.teams.microsoft.com, navigate to Meetings > Meeting Policies, and update the meeting join & lobby settings.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.