Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 3.25 KB

File metadata and controls

70 lines (56 loc) · 3.25 KB
title lobbyBypassSettings resource type
description Specifies which participants can bypass the meeting lobby.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

lobbyBypassSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Specifies which participants can bypass the meeting lobby.

Properties

Property Type Description
scope lobbyBypassScope Specifies the type of participants that are automatically admitted into a meeting, bypassing the lobby. Optional.
isDialInBypassEnabled Boolean Specifies whether or not to always let dial-in callers bypass the lobby. Optional.

lobbyBypassScope values

The following table lists the members of an evolvable enumeration. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: invited, organizationExcludingGuests.

Value Description
organizer Only the organizer is admitted into the meeting and bypassing the lobby. All other participants are placed in the meeting lobby.
organization Only the participants from the same company and guests are admitted into the meeting and bypassing the lobby. All other participants are placed in the meeting lobby.
organizationAndFederated Only the participants from the same company or trusted organization and guests are admitted into the meeting and bypassing the lobby. All other participants are placed in the meeting lobby.
everyone Everyone is admitted into the meeting. No participants are placed in the meeting lobby.
invited Only people the organizer invites are admitted into the meeting and bypassing the lobby. All other participants are placed in the meeting lobby.
organizationExcludingGuests Only the participants from the same company are admitted into the meeting and bypassing the lobby. All other participants are placed in the meeting lobby.
unknownFutureValue Evolvable enumeration sentinel value. Do not use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "scope": "organizer | organization | organizationAndFederated | everyone | unknownFutureValue",
  "isDialInBypassEnabled": "Boolean",
}